Commit b7285954cdd70a4f91a60abc7dd272db8cb94214

Authored by Digvijay Singh
1 parent 9348e71ec9
Exists in admin

update ui code

Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
... ... @@ -40,9 +40,8 @@ Vue.config.productionTip = false
40 40 // http://174.138.121.70:3006/pg
41 41 // http://productgrowth.vizitorapp.com/pg
42 42 // http://0.0.0.0:3000/pg
43   -
44 43 Vue.prototype.moment = moment
45   -axios.defaults.baseURL = 'https://productgrowth.vizitorapp.com/pg'
  44 +axios.defaults.baseURL = 'https://api.productgrowth.org/pg'
46 45  
47 46 /* eslint-disable no-new */
48 47 new Vue({
... ...