From 9348e71ec9517ec8d095c2b1f81031a559d939ba Mon Sep 17 00:00:00 2001 From: digvijay26 Date: Wed, 12 May 2021 19:07:22 +0530 Subject: [PATCH] update ui code --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index eaf4724..f9abce8 100644 --- a/src/main.js +++ b/src/main.js @@ -42,7 +42,7 @@ Vue.config.productionTip = false // http://0.0.0.0:3000/pg Vue.prototype.moment = moment -axios.defaults.baseURL = 'http://productgrowth.vizitorapp.com/pg' +axios.defaults.baseURL = 'https://productgrowth.vizitorapp.com/pg' /* eslint-disable no-new */ new Vue({ -- 2.0.0