- Added the magic mystery key wooo

This commit is contained in:
Alexis
2020-06-15 22:16:53 +02:00
parent b543197021
commit 82bbf9f7bb
14 changed files with 94 additions and 34 deletions

View File

@@ -2,6 +2,8 @@ import axios from "axios"
const url = "http://localhost:2814/api"
axios.defaults.headers.common['auracle_key'] = process.env.VUE_APP_API_KEY
export default axios.create({
baseURL: url
})