nexus site path corrected
[portal.git] / ecomp-portal-FE / client / configurations / devServer.json
1 {
2   "api": {
3     "userApps": "http://localhost:8080/ecompportal/portalApi/userApps",
4     "accountAdmins": "http://localhost:8080/ecompportal/portalApi/accountAdmins",
5     "availableApps": "http://localhost:8080/ecompportal/portalApi/availableApps",
6     "allAvailableApps": "http://localhost:8080/ecompportal/portalApi/allAvailableApps",
7     "userProfile": "http://localhost:8080/ecompportal/portalApi/userProfile",
8     "queryUsers": "http://localhost:8080/ecompportal/portalApi/queryUsers",
9     "adminAppsRoles": "http://localhost:8080/ecompportal/portalApi/adminAppsRoles",
10     "adminApps": "http://localhost:8080/ecompportal/portalApi/adminApps",
11     "appsForSuperAdminAndAccountAdmin": "http://localhost:8080/ecompportal/portalApi/appsForSuperAdminAndAccountAdmin",
12     "accountUsers": "http://localhost:8080/ecompportal/portalApi/app/:appId/users",
13     "userAppRoles": "http://localhost:8080/ecompportal/portalApi/userAppRoles",
14     "onboardingApps": "http://localhost:8080/ecompportal/portalApi/onboardingApps",
15     "widgets": "http://localhost:8080/ecompportal/portalApi/widgets",
16     "widgetsValidation": "http://localhost:8080/ecompportal/portalApi/widgets/validation",
17     "functionalMenuForAuthUser": "http://localhost:8080/ecompportal/portalApi/functionalMenuForAuthUser",
18     "functionalMenuForEditing": "http://localhost:8080/ecompportal/portalApi/functionalMenuForEditing",
19     "functionalMenu": "http://localhost:8080/ecompportal/portalApi/functionalMenu",
20     "functionalMenuItemDetails": "http://localhost:8080/ecompportal/portalApi/functionalMenuItemDetails/:menuId",
21     "appRoles": "http://localhost:8080/ecompportal/portalApi/appRoles/:appId",
22     "functionalMenuItem": "http://localhost:8080/ecompportal/portalApi/functionalMenuItem",
23     "regenerateFunctionalMenuAncestors": "http://localhost:8080/ecompportal/portalApi/regenerateFunctionalMenuAncestors",
24     "setFavoriteItem": "http://localhost:8080/ecompportal/portalApi/setFavoriteItem",
25     "getFavoriteItems": "http://localhost:8080/ecompportal/portalApi/getFavoriteItems",
26     "removeFavoriteItem": "http://localhost:8080/ecompportal/portalApi/removeFavoriteItem/:menuId",
27     "ping": "http://localhost:8080/ecompportal/portalApi/ping",
28     "functionalMenuStaticInfo": "http://localhost:8080/ecompportal/portalApi/functionalMenuStaticInfo",
29     "portalAdmins": "http://localhost:8080/ecompportal/portalApi/portalAdmins",
30     "portalAdmin": "http://localhost:8080/ecompportal/portalApi/portalAdmin",
31     "getKpiDashUserStoriesStats":"http://localhost:8080/ecompportal/portalApi/get_user_stories_stats",
32     "getKpiDashUserApiStats":"http://localhost:8080/ecompportal/portalApi/get_user_api_stats",
33     "getKpiDashLocStats":"http://localhost:8080/ecompportal/portalApi/get_loc_stats",
34     "getKpiDashLocStatsCat":"http://localhost:8080/ecompportal/portalApi/get_loc_stats_cat",
35     "getKpiDashServiceSupported":"http://localhost:8080/ecompportal/portalApi/get_kpi_service_supported",
36     "getKpiDashPublishedDelivered":"http://localhost:8080/ecompportal/portalApi/execute_get_published_delivered",
37     "getKpiDashFeedStats":"http://localhost:8080/ecompportal/portalApi/execute_get_feed_stats",
38     "getKpiDashUserApis":"http://localhost:8080/ecompportal/portalApi/get_user_api_stats",
39     "getKpiDashGeoMapUrl":"http://localhost:8080/ecompportal/portalApi/get_geo_map_url",
40     "getKpiDashRCloudAUrl":"http://localhost:8080/ecompportal/portalApi/get_rcloud_a_url",
41     "getKpiDashGeoMapApiUrl":"http://localhost:8080/ecompportal/portalApi/get_geo_map_api_url",
42     "getActiveUser": "http://localhost:8080/ecompportal/portalApi/search/activeUsers",
43     "getSearchAllByStringResults":"http://localhost:8080/ecompportal/portalApi/search/allPortal",
44     "commonWidget": "http://localhost:8080/ecompportal/portalApi/search/widgetData",
45     "deleteCommonWidget" : "http://localhost:8080/ecompportal/portalApi/search/deleteData"    
46   },
47   "cookieDomain": "openecomp.org"
48 }