From b804a1c4d7f3928f65e8802df6252479474d60f1 Mon Sep 17 00:00:00 2001 From: mauro Date: Wed, 26 May 2021 19:09:31 +0200 Subject: [PATCH] removed local configuration --- frontend/nuxt.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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' } }, /*