Oluwasanya Olaoluwa
Results
1
comments of
Oluwasanya Olaoluwa
` const proxyUrl = 'https://thingproxy.freeboard.io/fetch/';` You can use a proxyurl instead of creating a proxy on the server side. ``const response = await axios.get(`${proxyUrl}${link}`);`` for example, this should work, and...