diff options
Diffstat (limited to 'usecaseui-portal/src/app/myhttp.service.ts')
-rw-r--r-- | usecaseui-portal/src/app/myhttp.service.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/usecaseui-portal/src/app/myhttp.service.ts b/usecaseui-portal/src/app/myhttp.service.ts index 0f016a0c..71c0232b 100644 --- a/usecaseui-portal/src/app/myhttp.service.ts +++ b/usecaseui-portal/src/app/myhttp.service.ts @@ -108,10 +108,6 @@ export class MyhttpService { }; return this.http.post<any>(this.url.templateParameters, body); } - // siteAddress address - getSiteAddress() { - return this.http.get<any>(this.url.addressData); - } getVimInfo() { return this.http.get<any>(this.url.vimInfo); |