diff options
author | statta <statta@research.att.com> | 2019-08-26 13:14:25 -0400 |
---|---|---|
committer | statta <statta@research.att.com> | 2019-08-27 17:54:10 -0400 |
commit | 60ec30b5f8480da7f525da5e6a9b9e2070100f1b (patch) | |
tree | 4c30b6a9de5eab42d3ba3e46f38ecc7b2a7bf347 /ecomp-portal-FE-os/client/configurations | |
parent | a3a04c5887779e9ca8024a3e87ece109b8d9b0c1 (diff) |
Portal Setup - App issue
Issue-ID: PORTAL-723
Change-Id: Iff1523b2a474f56a74c9fcb9fd850e0e38f6fc68
Signed-off-by: statta <statta@research.att.com>
Diffstat (limited to 'ecomp-portal-FE-os/client/configurations')
-rw-r--r-- | ecomp-portal-FE-os/client/configurations/dev.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ecomp-portal-FE-os/client/configurations/dev.json b/ecomp-portal-FE-os/client/configurations/dev.json index 78e3a205..eb958618 100644 --- a/ecomp-portal-FE-os/client/configurations/dev.json +++ b/ecomp-portal-FE-os/client/configurations/dev.json @@ -100,7 +100,7 @@ "centralizedApps": "http://localhost:8080/ecompportal/portalApi/centralizedApps", "uploadRoleFunction":"http://localhost:8080/ecompportal/portalApi/uploadRoleFunction/:appId", "checkIfUserIsSuperAdmin":"http://localhost:8080/ecompportal/portalApi/checkIfUserIsSuperAdmin", - "getCurrentLang": "http://localhost:8080/ecompportal/auxapi/languageSetting/user/:loginId", + "getCurrentLang": "http://localhost:8080/ecompportal/auxapi/languageSetting/user/:loginId", "getLanguages": "http://localhost:8080/ecompportal/auxapi/language", "updateLang": "http://localhost:8080/ecompportal/auxapi/languageSetting/user/:loginId" }, |