Browse Source

Update dummy proxy url for development

pull/1115/head
Hironsan 3 years ago
parent
commit
b7bf455f84
1 changed files with 1 additions and 1 deletions
  1. 2
      frontend/nuxt.config.js

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

Loading…
Cancel
Save