Browse Source

removed local configuration

pull/1384/head
mauro 3 years ago
parent
commit
b804a1c4d7
1 changed files with 1 additions and 2 deletions
  1. 3
      frontend/nuxt.config.js

3
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'
}
},
/*

Loading…
Cancel
Save