- axios config for cors

This commit is contained in:
Arno Kaimbacher 2021-11-17 12:03:44 +01:00
commit 39d323b619
8 changed files with 1198 additions and 1262 deletions

3
vue.config.js Normal file
View file

@ -0,0 +1,3 @@
module.exports = {
publicPath: "/test"
}