From 98d6b70321da75fb5322c146aa7be4442fc2b633 Mon Sep 17 00:00:00 2001 From: Idan Amit Date: Thu, 8 Feb 2018 09:25:17 +0200 Subject: Support DCAE in new plugins integration Updated the ui prod.js configuration file Changed debug logging for plugin name not connected Change-Id: I3f89c4325253aaecc86efb6d32758cd90acc0c36 Issue-ID: SDC-1008 Signed-off-by: Idan Amit --- catalog-ui/configurations/prod.js | 1 + 1 file changed, 1 insertion(+) (limited to 'catalog-ui') diff --git a/catalog-ui/configurations/prod.js b/catalog-ui/configurations/prod.js index 1868adad72..f08bfa3497 100644 --- a/catalog-ui/configurations/prod.js +++ b/catalog-ui/configurations/prod.js @@ -47,6 +47,7 @@ const SDC_CONFIG = { "GET_lifecycle_state_CERTIFICATIONREQUEST":"lifecycleState/CERTIFICATIONREQUEST", "GET_lifecycle_state_UNDOCHECKOUT":"lifecycleState/UNDOCHECKOUT", "root": "/sdc1/feProxy/rest", + "no_proxy_root": "/sdc1/rest", "PUT_service": "/v1/catalog/services/:id/metadata", "GET_download_artifact": "/v1/catalog/", "GET_SDC_Version": "/version", -- cgit 1.2.3-korg