From b7285954cdd70a4f91a60abc7dd272db8cb94214 Mon Sep 17 00:00:00 2001 From: digvijay26 Date: Wed, 12 May 2021 19:10:28 +0530 Subject: [PATCH] update ui code --- src/main.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.js b/src/main.js index f9abce8..4a33181 100644 --- a/src/main.js +++ b/src/main.js @@ -40,9 +40,8 @@ Vue.config.productionTip = false // http://174.138.121.70:3006/pg // http://productgrowth.vizitorapp.com/pg // http://0.0.0.0:3000/pg - Vue.prototype.moment = moment -axios.defaults.baseURL = 'https://productgrowth.vizitorapp.com/pg' +axios.defaults.baseURL = 'https://api.productgrowth.org/pg' /* eslint-disable no-new */ new Vue({ -- 2.0.0