Compare commits

...

3 Commits

Author SHA1 Message Date
Kekskurse ae316bfbe9 Stuff 2019-12-25 19:41:27 +01:00
Kekskurse 54e8017289 Icon 2019-12-25 19:34:36 +01:00
Kekskurse 2d2ce3c45d Change icon url 2019-12-25 19:23:36 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ export default {
return Api().get('/v1/app')
},
getAppImage(id) {
return process.env.VUE_APP_API_URL+"gui/apps/"+id+"/icon";
return localStorage.getItem("apiURL")+"v1/app/"+id+"/icon";
},
getApp(id) {
return Api().get('/v1/app/'+id)