YoLo
This commit is contained in:
parent
58eafa1986
commit
f74bfec6c2
1 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,8 @@ import axios from 'axios'
|
|||
|
||||
export default() => {
|
||||
return axios.create({
|
||||
baseURL: `http://127.0.0.1:8000/api/`,
|
||||
//baseURL: `https://api.account.keks.cloud/api/`,
|
||||
//baseURL: `http://127.0.0.1:8000/api/`,
|
||||
baseURL: `https://api.account.keks.cloud/api/`,
|
||||
withCredentials: false,
|
||||
headers: {
|
||||
'Accept': 'application/json',
|
||||
|
|
Reference in a new issue