From 60ec30b5f8480da7f525da5e6a9b9e2070100f1b Mon Sep 17 00:00:00 2001 From: statta Date: Mon, 26 Aug 2019 13:14:25 -0400 Subject: Portal Setup - App issue Issue-ID: PORTAL-723 Change-Id: Iff1523b2a474f56a74c9fcb9fd850e0e38f6fc68 Signed-off-by: statta --- ecomp-portal-FE-os/client/configurations/dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ecomp-portal-FE-os/client/configurations') 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" }, -- cgit 1.2.3-korg