update IP address
This commit is contained in:
parent
3570926247
commit
14a425a261
|
@ -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'
|
||||
},
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue