diff options
author | Tao Shen <shentao@chinamobile.com> | 2019-08-16 01:54:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-16 01:54:59 +0000 |
commit | e86d393096599044ba5a6a42ad386c9990d61501 (patch) | |
tree | 81bd4b9e44be90c0cd2aa94717586081c22c7908 /usecaseui-portal/src/app/homes.service.ts | |
parent | 7bf9e819890a3bbf5d36ba6d5f36e93afa55588d (diff) | |
parent | bed34b02106cb0cbfc1584a134384c098c6acfbf (diff) |
Merge "date based comments removed"
Diffstat (limited to 'usecaseui-portal/src/app/homes.service.ts')
-rw-r--r-- | usecaseui-portal/src/app/homes.service.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usecaseui-portal/src/app/homes.service.ts b/usecaseui-portal/src/app/homes.service.ts index 04b1199c..b9b9d5bf 100644 --- a/usecaseui-portal/src/app/homes.service.ts +++ b/usecaseui-portal/src/app/homes.service.ts @@ -120,11 +120,11 @@ export class HomesService { return this.http.get<any>(httpurl); } - //2019.1.2 add listSortMasters + getListSortMasters(){ return this.http.get<any>(this.url.listSortMasters); } - //2019.05.08 add + getCurrentLanguage(currentloginId){ let url=this.url.currentLanguage+currentloginId; return this.http.get<any>(url); |