diff options
author | guochuyicmri <guochuyi@chinamobile.com> | 2019-04-30 11:05:47 +0800 |
---|---|---|
committer | guochuyicmri <guochuyi@chinamobile.com> | 2019-04-30 11:31:10 +0800 |
commit | 155cbcf3ecc4157466dee09fe384787d65d58269 (patch) | |
tree | 6e21f29b894d7f36ae509e196dce02e8f6f46bc4 /usecaseui-portal/src/app/myhttp.service.ts | |
parent | 5978085f3b08b836e9db75c83791379b1592dd93 (diff) |
Fix instance instantiation for CCVPN
Change-Id: I4261d248704e498565e8337ea5672b16e89e1f8f
Issue-ID: USECASEUI-220
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
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); |