update IP address

This commit is contained in:
ManjaroOne666 2019-02-25 14:38:40 +00:00
parent 3570926247
commit 14a425a261
1 changed files with 2 additions and 2 deletions

View File

@ -98,12 +98,12 @@ module.exports = {
axios: { axios: {
// See https://github.com/nuxt-community/axios-module#options // See https://github.com/nuxt-community/axios-module#options
proxy: true, proxy: true,
baseURL: 'http://192.168.0.5:3003', baseURL: 'http://192.168.0.101:3003',
debug: false, debug: false,
}, },
proxy: { proxy: {
'/api/v1/': 'http://192.168.0.5:8101' '/api/v1/': 'http://192.168.0.101:8101'
}, },
/* /*