This commit is contained in:
Kekskurse 2019-12-25 19:41:27 +01:00
parent 54e8017289
commit ae316bfbe9
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 localStorage.getItem("apiURL")+"/v1/app/"+id+"/icon";
return localStorage.getItem("apiURL")+"v1/app/"+id+"/icon";
},
getApp(id) {
return Api().get('/v1/app/'+id)