diff options
Diffstat (limited to 'ecomp-portal-FE-os/client/configurations/dev.json')
-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" }, |