From 14a425a261218dd1027e2c268d48278edf471cee Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Mon, 25 Feb 2019 14:38:40 +0000 Subject: [PATCH] update IP address --- app/nuxt.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' }, /*