DeskGap
DeskGap copied to clipboard
Can't fetch data in js script
My code
fetch("endpoint",
{
method: "get"
}
).then((res) => console.log(res))
.catch((err) => console.log(error));
Getting TypeError: failed to fetch