From 3eecadbdf27c05407b910ef017c748019967caab Mon Sep 17 00:00:00 2001 From: digvijay26 Date: Thu, 18 Feb 2021 00:16:59 +0530 Subject: [PATCH] backend ip change --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index 795693e..a37d321 100644 --- a/src/main.js +++ b/src/main.js @@ -40,7 +40,7 @@ Vue.config.productionTip = false // http://174.138.121.70:3006/pg // http://174.138.121.70:3006/pd Vue.prototype.moment = moment -axios.defaults.baseURL = 'http://174.138.121.70:3006/pd' +axios.defaults.baseURL = 'http://174.138.121.70:3006/pg' /* eslint-disable no-new */ new Vue({ -- 2.0.0