Closed brylie closed 3 years ago
Our services expect the API endpoints to be available at /api/* since our deployment adds a proxy under that alias. Configure a devServer.proxy endpoint so that we don't have to change our services when developing the app locally.
/api/*
devServer.proxy
https://quasar.dev/quasar-cli/api-proxying
Our services expect the API endpoints to be available at
/api/*
since our deployment adds a proxy under that alias. Configure adevServer.proxy
endpoint so that we don't have to change our services when developing the app locally.https://quasar.dev/quasar-cli/api-proxying