diff --git a/frontend/nuxt.config.js b/frontend/nuxt.config.js index 2975c119..d09254bb 100644 --- a/frontend/nuxt.config.js +++ b/frontend/nuxt.config.js @@ -83,8 +83,7 @@ export default { proxy: { // Use a fake value for use at build-time '/v1/': { - // target: process.env.API_URL || 'http://127.0.0.1:8000' - target: process.env.API_URL || 'http://rattata.synapta.io:8000' + target: process.env.API_URL || 'http://127.0.0.1:8000' } }, /*