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() => {
|
||||
return axios.create({
|
||||
//baseURL: `http://127.0.0.1:8000/api/`,
|
||||
baseURL: `https://account.keks.cloud/api/`,
|
||||
baseURL: `https://api.account.keks.cloud/api/`,
|
||||
withCredentials: false,
|
||||
headers: {
|
||||
'Accept': 'application/json',
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<v-layout>
|
||||
<v-flex xs5>
|
||||
<v-img
|
||||
src="https://account.keks.cloud/gui/apps/1/icon"
|
||||
src="https://api.account.keks.cloud/gui/apps/1/icon"
|
||||
height="125px"
|
||||
contain
|
||||
></v-img>
|
||||
|
@ -42,7 +42,7 @@
|
|||
<v-layout>
|
||||
<v-flex xs5>
|
||||
<v-img
|
||||
src="https://account.keks.cloud/gui/apps/3/icon"
|
||||
src="https://api.account.keks.cloud/gui/apps/3/icon"
|
||||
height="125px"
|
||||
contain
|
||||
></v-img>
|
||||
|
@ -69,7 +69,7 @@
|
|||
<v-layout>
|
||||
<v-flex xs5>
|
||||
<v-img
|
||||
src="https://account.keks.cloud/gui/apps/4/icon"
|
||||
src="https://api.account.keks.cloud/gui/apps/4/icon"
|
||||
height="125px"
|
||||
contain
|
||||
></v-img>
|
||||
|
@ -96,7 +96,7 @@
|
|||
<v-layout>
|
||||
<v-flex xs5>
|
||||
<v-img
|
||||
src="https://account.keks.cloud/gui/apps/5/icon"
|
||||
src="https://api.account.keks.cloud/gui/apps/5/icon"
|
||||
height="125px"
|
||||
contain
|
||||
></v-img>
|
||||
|
@ -123,7 +123,7 @@
|
|||
<v-layout>
|
||||
<v-flex xs5>
|
||||
<v-img
|
||||
src="https://account.keks.cloud/gui/apps/7/icon"
|
||||
src="https://api.account.keks.cloud/gui/apps/7/icon"
|
||||
height="125px"
|
||||
contain
|
||||
></v-img>
|
||||
|
|
Reference in a new issue