X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=inline;f=webapp-frontend%2Fsrc%2Fapp%2Fservices%2Fapp-mgr%2Fapp-mgr.service.ts;h=10683aefa8260b59de9ada7939387ad8b038bd1f;hb=2d98ad2e9f8a0d40bc2b3e3e1fe8b5f32ab97b66;hp=428bbe3e32e940083d0b0dce3d9d874dd22b14c9;hpb=8d590e9e52984c2fd4ea4da2a015cdf0cf88b7d2;p=portal%2Fric-dashboard.git diff --git a/webapp-frontend/src/app/services/app-mgr/app-mgr.service.ts b/webapp-frontend/src/app/services/app-mgr/app-mgr.service.ts index 428bbe3e..10683aef 100644 --- a/webapp-frontend/src/app/services/app-mgr/app-mgr.service.ts +++ b/webapp-frontend/src/app/services/app-mgr/app-mgr.service.ts @@ -40,7 +40,7 @@ export class AppMgrService { } deployXapp(name: string) { - const xappInfo: XMXappInfo = { xAppName: name }; + const xappInfo: XMXappInfo = { name: name }; return this.httpClient.post(this.basePath, xappInfo, { observe: 'response' }); }