$fetch inside API
Hello, I try to do a nested fetch. First one is Clientside inside a page
second inside the server in this api inside
Why the second one doesnt work, and how to make a fetch from API to API?
$fetch("/api/someApi"),second inside the server in this api inside
Why the second one doesnt work, and how to make a fetch from API to API?