Compare commits

..

No commits in common. "master" and "0.2.0-pre2.4" have entirely different histories.

View file

@ -5,7 +5,7 @@ export default {
return Api().get('/v1/app') return Api().get('/v1/app')
}, },
getAppImage(id) { getAppImage(id) {
return localStorage.getItem("apiURL")+"v1/app/"+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)