X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Fservices%2Fxapp-mgr%2Fxapp-mgr.service.ts;h=13ae13db1ca0cf6810209ac77e27e35d6f65f105;hb=4347fbc44c279856d5b83a1768638fe571daf4d5;hp=daef3e07c5f7090cb5864ce0c4a4992e7f299418;hpb=5ab97dce8c10eadbe33ada5446cc7fc9b9e1a6cd;p=portal%2Fric-dashboard.git diff --git a/webapp-frontend/src/app/services/xapp-mgr/xapp-mgr.service.ts b/webapp-frontend/src/app/services/xapp-mgr/xapp-mgr.service.ts index daef3e07..13ae13db 100644 --- a/webapp-frontend/src/app/services/xapp-mgr/xapp-mgr.service.ts +++ b/webapp-frontend/src/app/services/xapp-mgr/xapp-mgr.service.ts @@ -32,8 +32,9 @@ export class XappMgrService { private basePath = 'api/xappmgr/xapps'; - getAll(){ - return this.httpClient.get(this.basePath); + getAll(): Observable{ + return this.httpClient.get(this.basePath) + } deployXapp(name: string) {