CORS
habilitado e você já pode executar coisas como:
fetch('https://www.tabnews.com.br/api/v1/contents?per_page=1').then((r) => r.json()).then(console.log)
CORS
habilitado e você já pode executar coisas como:
fetch('https://www.tabnews.com.br/api/v1/contents?per_page=1').then((r) => r.json()).then(console.log)