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() => {
|
export default() => {
|
||||||
return axios.create({
|
return axios.create({
|
||||||
baseURL: `http://127.0.0.1:8000/api/`,
|
//baseURL: `http://127.0.0.1:8000/api/`,
|
||||||
//baseURL: `https://api.account.keks.cloud/api/`,
|
baseURL: `https://api.account.keks.cloud/api/`,
|
||||||
withCredentials: false,
|
withCredentials: false,
|
||||||
headers: {
|
headers: {
|
||||||
'Accept': 'application/json',
|
'Accept': 'application/json',
|
||||||
|
|
Reference in a new issue