Commit 9348e71ec9517ec8d095c2b1f81031a559d939ba
1 parent
bd940371b3
Exists in
admin
update ui code
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/main.js
... | ... | @@ -42,7 +42,7 @@ Vue.config.productionTip = false |
42 | 42 | // http://0.0.0.0:3000/pg |
43 | 43 | |
44 | 44 | Vue.prototype.moment = moment |
45 | -axios.defaults.baseURL = 'http://productgrowth.vizitorapp.com/pg' | |
45 | +axios.defaults.baseURL = 'https://productgrowth.vizitorapp.com/pg' | |
46 | 46 | |
47 | 47 | /* eslint-disable no-new */ |
48 | 48 | new Vue({ | ... | ... |