Skip to content

Commit

Permalink
my expired apps table
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTrunk committed Dec 13, 2023
1 parent 400be09 commit a362a07
Show file tree
Hide file tree
Showing 2 changed files with 375 additions and 1 deletion.
3 changes: 3 additions & 0 deletions HomeUI/src/services/AppsService.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ export default {
globalAppSpecifications() {
return Api().get('/apps/globalappsspecifications');
},
permanentMessagesOwner(owner) {
return Api().get(`/apps/permanentmessages?owner=${owner}`);
},
getInstalledAppSpecifics(name) {
return Api().get(`/apps/installedapps/${name}`);
},
Expand Down
Loading

0 comments on commit a362a07

Please sign in to comment.