diff options
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); |