Portal Setup - App issue
[portal.git] / ecomp-portal-FE-os / client / configurations / dev.json
index 38142f7..eb95861 100644 (file)
@@ -1,5 +1,9 @@
 {
        "api": {
+               "singleAppInfo":"http://localhost:8080/ecompportal/portalApi/singleAppInfo",
+               "singleAppInfoById":"http://localhost:8080/ecompportal/portalApi/singleAppInfoById",
+               "syncRolesFromExternalAuthSystem":"http://localhost:8080/ecompportal/portalApi/syncRoles",
+               "syncFunctionsFromExternalAuthSystem":"http://localhost:8080/ecompportal/portalApi/syncFunctions",
                "userApps": "http://localhost:8080/ecompportal/portalApi/userApps",
                "persUserApps": "http://localhost:8080/ecompportal/portalApi/persUserApps",
                "appCatalog": "http://localhost:8080/ecompportal/portalApi/appCatalog",
                "saveNotification": "http://localhost:8080/ecompportal/portalApi/saveNotification",
                "getNotificationRoles":"http://localhost:8080/ecompportal/portalApi/notificationRole",
                "getRole": "http://localhost:8080/ecompportal/portalApi/get_role",
-               "getRoles": "http://localhost:8080/ecompportal/portalApi/get_roles",
+               "getRoles": "http://localhost:8080/ecompportal/portalApi/get_roles/:appId",
                "toggleRole": "http://localhost:8080/ecompportal/portalApi/role_list/toggleRole",
                "removeRole": "http://localhost:8080/ecompportal/portalApi/role_list/removeRole",
-               "saveRole": "http://localhost:8080/ecompportal/portalApi/role/saveRole.htm",
+               "saveRole": "http://localhost:8080/ecompportal/portalApi/role/saveRole/:appId",
                "toggleRoleRoleFunction": "http://localhost:8080/ecompportal/portalApi/role/removeRoleFunction.htm",
                "addRoleRoleFunction": "http://localhost:8080/ecompportal/portalApi/role/addRoleFunction.htm",
                "toggleRoleChildRole": "http://localhost:8080/ecompportal/portalApi/role/removeChildRole.htm",
                "addRoleChildRole": "http://localhost:8080/ecompportal/portalApi/role/addChildRole.htm",
-               "getRoleFunctions": "http://localhost:8080/ecompportal/portalApi/get_role_functions",
-               "saveRoleFunction": "http://localhost:8080/ecompportal/portalApi/role_function_list/saveRoleFunction.htm",
-               "removeRoleFunction": "http://localhost:8080/ecompportal/portalApi/role_function_list/removeRoleFunction.htm",
+               "getRoleFunctions": "http://localhost:8080/ecompportal/portalApi/get_role_functions/:appId",
+               "saveRoleFunction": "http://localhost:8080/ecompportal/portalApi/role_function_list/saveRoleFunction/:appId",
+               "removeRoleFunction": "http://localhost:8080/ecompportal/portalApi/role_function_list/removeRoleFunction/:appId",
                "userAppsOrderBySortPref": "http://localhost:8080/ecompportal/portalApi/userAppsOrderBySortPref",
                "userAppsOrderByName": "http://localhost:8080/ecompportal/portalApi/userAppsOrderByName",
                "saveUserAppsSortingPreference": "http://localhost:8080/ecompportal/portalApi/saveUserAppsSortingPreference",
                "userApplicationRoles":"http://localhost:8080/ecompportal/portalApi/userApplicationRoles",
                "ecompTitle":"http://localhost:8080/ecompportal/portalApi/ecompTitle",
                "loggedinUser" : "http://localhost:8080/ecompportal/portalApi/loggedinUser",
-               "modifyLoggedinUser" : "http://localhost:8080/ecompportal/portalApi/modifyLoggedinUser"
+               "modifyLoggedinUser" : "http://localhost:8080/ecompportal/portalApi/modifyLoggedinUser",
+               "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",
+               "getLanguages": "http://localhost:8080/ecompportal/auxapi/language",
+               "updateLang": "http://localhost:8080/ecompportal/auxapi/languageSetting/user/:loginId"
        },
-       "cookieDomain": "org.openecomp"
+       "cookieDomain": "onap.org"
 }