Icon
This commit is contained in:
parent
2d2ce3c45d
commit
54e8017289
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ export default {
|
||||||
return Api().get('/v1/app')
|
return Api().get('/v1/app')
|
||||||
},
|
},
|
||||||
getAppImage(id) {
|
getAppImage(id) {
|
||||||
return localStorage.getItem("apiURL")+"gui/apps/"+id+"/icon";
|
return localStorage.getItem("apiURL")+"/v1/app/"+id+"/icon";
|
||||||
},
|
},
|
||||||
getApp(id) {
|
getApp(id) {
|
||||||
return Api().get('/v1/app/'+id)
|
return Api().get('/v1/app/'+id)
|
||||||
|
|
Reference in a new issue