diff --git a/app/nuxt.config.js b/app/nuxt.config.js index d86f02d..fd53c79 100644 --- a/app/nuxt.config.js +++ b/app/nuxt.config.js @@ -98,12 +98,12 @@ module.exports = { axios: { // See https://github.com/nuxt-community/axios-module#options proxy: true, - baseURL: 'http://192.168.0.5:3003', + baseURL: 'http://192.168.0.101:3003', debug: false, }, proxy: { - '/api/v1/': 'http://192.168.0.5:8101' + '/api/v1/': 'http://192.168.0.101:8101' }, /*