linting
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export default function({ $axios, store }) {
|
||||
export default function ({ $axios, store }) {
|
||||
if (process.client) {
|
||||
$axios.defaults.baseURL = window.location.origin + '/api'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user