diff options
author | Tao Shen <shentao@chinamobile.com> | 2018-11-21 13:57:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-21 13:57:02 +0000 |
commit | cd057f849837d6d2c627b5710ac42cc7ff97a8de (patch) | |
tree | a96d99f2a9c8ef428335cb253a578f708a088e2e /usecaseui-portal/src/app/myhttp.service.ts | |
parent | 777c1809eb3d15e7218aaf650a7faa8a620a8f8f (diff) | |
parent | 891d2aafd80ff6214cb75c0873f19dd71aae9f84 (diff) |
Merge "Support NS Instance Restart for VF-C"
Diffstat (limited to 'usecaseui-portal/src/app/myhttp.service.ts')
-rw-r--r-- | usecaseui-portal/src/app/myhttp.service.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usecaseui-portal/src/app/myhttp.service.ts b/usecaseui-portal/src/app/myhttp.service.ts index c2359f57..4d28d220 100644 --- a/usecaseui-portal/src/app/myhttp.service.ts +++ b/usecaseui-portal/src/app/myhttp.service.ts @@ -216,7 +216,7 @@ export class MyhttpService { } getVnfInfo(id) { - return this.http.get<any>(this.url.vnfInfo + id) + return this.http.get<any>(this.url.vnfInfo + id); } healNsService(id, requestBody) { // return this.http.get<any>(this.url.ns_healService); //Local simulation |