diff options
author | guochuyicmri <guochuyi@chinamobile.com> | 2019-05-23 20:08:02 +0800 |
---|---|---|
committer | guochuyicmri <guochuyi@chinamobile.com> | 2019-05-23 20:08:24 +0800 |
commit | 1321f2095d4259a2b985030702f713d95feee715 (patch) | |
tree | 6c22b0339b91ec6b4b5e4458a35d84ecce24637b /usecaseui-portal/src/app/homes.service.ts | |
parent | d045d2d97b28dab10805a257e1747e926e43d0fa (diff) |
Fix instance instantiation for CCVPN
Change-Id: I2d8a9b4e868bb74d4409540d46ce87e604e17c57
Issue-ID: USECASEUI-220
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/homes.service.ts')
-rw-r--r-- | usecaseui-portal/src/app/homes.service.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usecaseui-portal/src/app/homes.service.ts b/usecaseui-portal/src/app/homes.service.ts index dc0b5cef..04b1199c 100644 --- a/usecaseui-portal/src/app/homes.service.ts +++ b/usecaseui-portal/src/app/homes.service.ts @@ -35,7 +35,7 @@ export class HomesService { home_servicebarpnfData: this.baseUrlbar + "pnf-packages", sourceNames: this.baseUrl + "/alarm/getSourceNames", listSortMasters:this.baseUrl+"/listSortMasters", - currentLanguage:this.baseUrl+"/ONAPPORTAL/auxapi/languageSetting/user/", + currentLanguage:"/api/portal-auxapi/languageSetting/user/", } |