summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/homes.service.ts
diff options
context:
space:
mode:
authoranjali.walsatwar <anjali.walsatwar@huawei.com>2019-08-08 11:56:11 +0530
committeranjali.walsatwar <anjali.walsatwar@huawei.com>2019-08-08 11:58:00 +0530
commitbed34b02106cb0cbfc1584a134384c098c6acfbf (patch)
tree950e64fee60172e46fdb9f991bc01906cf25df2b /usecaseui-portal/src/app/homes.service.ts
parent983f2c77d5e73d024cc8ef60c5d088551d46ed8c (diff)
date based comments removed
date based comments removed Issue-ID: USECASEUI-303 Signed-off-by: anjali.walsatwar <anjali.walsatwar@huawei.com> Change-Id: I56c4b05a8fe98419c122d1d0257cf118fd15929d
Diffstat (limited to 'usecaseui-portal/src/app/homes.service.ts')
-rw-r--r--usecaseui-portal/src/app/homes.service.ts4
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);