Add nuxt auth module
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export default function ({ $axios }) {
|
||||
$axios.onRequest(config => {
|
||||
console.log('Making request to ' + config.url)
|
||||
})
|
||||
|
||||
$axios.setBaseURL('http://localhost:8081')
|
||||
}
|
||||
Reference in New Issue
Block a user