We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d225efa commit c9e9cf5Copy full SHA for c9e9cf5
3 files changed
.env
.gitignore
@@ -4,8 +4,7 @@ node_modules
4
5
6
# local env files
7
-.env.local
8
-.env.*.local
+.env*
9
10
# Log files
11
npm-debug.log*
src/main.js
@@ -16,7 +16,7 @@ Vue.use(IconsPlugin)
16
Vue.use(ModalPlugin)
17
18
Vue.use(VueRouter)
19
-axios.defaults.baseURL = process.env.VUE_APP_SERVER_URL || window.location.origin
+axios.defaults.baseURL = process.env.VUE_APP_SERVER_URL || window.location.origin + "/api/magic-circle/"
20
21
new Vue({
22
render: h => h(App),
0 commit comments