I have a static website (React SPA) hosted as an Azure Static Web Application, I also have a flask backend that is hosted online, is there a way for me to add the URL of the backend so that all requests will go there? (Similar to adding a proxy to package.json in React)
Asked
Active
Viewed 1,289 times
3
-
Have you looked at https://learn.microsoft.com/en-us/azure/static-web-apps/routes – Larry Maccherone Jul 23 '20 at 19:43
-
You can provide more information to help you better. ^-^ – Jason Pan Jul 28 '20 at 01:55