evolutio / djavue3

Cookiecutter project template for a full-stack production-ready web application using Django and Vue.js
https://www.djavue.org
GNU General Public License v3.0
51 stars 14 forks source link

BUG: Falta do header content-type faz alguns backends não saber como converter os dados. #81

Open huogerac opened 4 months ago

huogerac commented 4 months ago

Colocar de forma explícita o header:

  headers: {
    'Content-Type': 'application/json'
  }