Compare commits
3 commits
0.2.0-pre2
...
master
Author | SHA1 | Date | |
---|---|---|---|
ae316bfbe9 | |||
54e8017289 | |||
2d2ce3c45d |
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue