diff --git a/frontend/nuxt.config.js b/frontend/nuxt.config.js index a2e4f8b7..3ed85549 100644 --- a/frontend/nuxt.config.js +++ b/frontend/nuxt.config.js @@ -79,7 +79,7 @@ export default { proxy: { // Use a fake value for use at build-time '/v1/': { - target: process.env.API_URL || 'http://127.0.0.1:12345' + target: process.env.API_URL || 'http://127.0.0.1:8000' } }, /*