Creating a github repository

- Creating a github repo so just commiting everything
This commit is contained in:
2020-11-14 06:27:02 +00:00
parent a3fbc61162
commit 140f07cb24
4 changed files with 26 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ export default function ({ $axios, store }, inject) {
})
// Set baseURL to something different
console.log(process.env.baseApiUrl)
api.setBaseURL(process.env.baseApiUrl)
api.onRequest(config => {