You don't have access to this class

Keep learning! Join and start boosting your career

Aprovecha el precio especial y haz tu profesi贸n a prueba de IA

Antes: $249

Currency
$209
Suscr铆bete

Termina en:

1 D铆as
9 Hrs
26 Min
44 Seg

Programando las funciones para Netlify

13/21
Resources

Contributions 2

Questions 1

Sort by:

Want to see more contributions, questions and answers from the community?

Para que el navegador arroje la informaci贸n del JSON m谩s legible, les recomiendo agregar este header en el objeto headers del archivo base.js

const headers = {
  /* Required for CORS support to work */
  "Access-Control-Allow-Origin": "*",
  /* Required for cookies, authorization headers with HTTPS */
  "Access-Control-Allow-Credentials": true,
  /* Para visualizar mejor el texto en JSON */
  "content-type": "application/json",
};

Para ver el Json en formato legible en el navegador pueden usar una extensi贸n.

Como JSON Formater.