Commit a4373a004ec09375ac58f55f40b60145a33e4e1b

Authored by Digvijay Singh
1 parent 34ffcd5152
Exists in master

url changed

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
... ... @@ -39,7 +39,7 @@ Vue.use(Auth0Plugin, {
39 39 Vue.config.productionTip = false
40 40  
41 41 Vue.prototype.moment = moment
42   -axios.defaults.baseURL = 'http://174.138.121.70:3006/pg'
  42 +axios.defaults.baseURL = 'https://api.productgrowth.org/pg'
43 43 Vue.component('star-rating', VueStarRating.default);
44 44  
45 45 /* eslint-disable no-new */
... ...