Change URL to api.account.keks.cloud
This commit is contained in:
parent
9b022502a7
commit
044b19e2d0
2 changed files with 6 additions and 6 deletions
|
@ -3,7 +3,7 @@ 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://account.keks.cloud/api/`,
|
baseURL: `https://api.account.keks.cloud/api/`,
|
||||||
withCredentials: false,
|
withCredentials: false,
|
||||||
headers: {
|
headers: {
|
||||||
'Accept': 'application/json',
|
'Accept': 'application/json',
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
<v-layout>
|
<v-layout>
|
||||||
<v-flex xs5>
|
<v-flex xs5>
|
||||||
<v-img
|
<v-img
|
||||||
src="https://account.keks.cloud/gui/apps/1/icon"
|
src="https://api.account.keks.cloud/gui/apps/1/icon"
|
||||||
height="125px"
|
height="125px"
|
||||||
contain
|
contain
|
||||||
></v-img>
|
></v-img>
|
||||||
|
@ -42,7 +42,7 @@
|
||||||
<v-layout>
|
<v-layout>
|
||||||
<v-flex xs5>
|
<v-flex xs5>
|
||||||
<v-img
|
<v-img
|
||||||
src="https://account.keks.cloud/gui/apps/3/icon"
|
src="https://api.account.keks.cloud/gui/apps/3/icon"
|
||||||
height="125px"
|
height="125px"
|
||||||
contain
|
contain
|
||||||
></v-img>
|
></v-img>
|
||||||
|
@ -69,7 +69,7 @@
|
||||||
<v-layout>
|
<v-layout>
|
||||||
<v-flex xs5>
|
<v-flex xs5>
|
||||||
<v-img
|
<v-img
|
||||||
src="https://account.keks.cloud/gui/apps/4/icon"
|
src="https://api.account.keks.cloud/gui/apps/4/icon"
|
||||||
height="125px"
|
height="125px"
|
||||||
contain
|
contain
|
||||||
></v-img>
|
></v-img>
|
||||||
|
@ -96,7 +96,7 @@
|
||||||
<v-layout>
|
<v-layout>
|
||||||
<v-flex xs5>
|
<v-flex xs5>
|
||||||
<v-img
|
<v-img
|
||||||
src="https://account.keks.cloud/gui/apps/5/icon"
|
src="https://api.account.keks.cloud/gui/apps/5/icon"
|
||||||
height="125px"
|
height="125px"
|
||||||
contain
|
contain
|
||||||
></v-img>
|
></v-img>
|
||||||
|
@ -123,7 +123,7 @@
|
||||||
<v-layout>
|
<v-layout>
|
||||||
<v-flex xs5>
|
<v-flex xs5>
|
||||||
<v-img
|
<v-img
|
||||||
src="https://account.keks.cloud/gui/apps/7/icon"
|
src="https://api.account.keks.cloud/gui/apps/7/icon"
|
||||||
height="125px"
|
height="125px"
|
||||||
contain
|
contain
|
||||||
></v-img>
|
></v-img>
|
||||||
|
|
Reference in a new issue