diff options
author | aribeiro <anderson.ribeiro@est.tech> | 2019-12-17 10:23:13 +0000 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2019-12-18 13:26:17 +0000 |
commit | f13ad6348df59f8883c9a3f86a7ef81ee4cb089c (patch) | |
tree | 52cca793d78d2d8f94a39f71cf6ea7053a0a5bd3 /catalog-ui/configurations/prod.js | |
parent | 0ce779a2e1d9272ea3a0680b51ac032d6da8098a (diff) |
Revert "Add Option to proxy to plugins"
This reverts commit ee4c4d72
Issue-ID: SDC-2648
Change-Id: I1f6cba80d3fb803530573c75f2fc54ca207e768a
Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
Diffstat (limited to 'catalog-ui/configurations/prod.js')
-rw-r--r-- | catalog-ui/configurations/prod.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/catalog-ui/configurations/prod.js b/catalog-ui/configurations/prod.js index 32c9ae2a2b..496c5760a6 100644 --- a/catalog-ui/configurations/prod.js +++ b/catalog-ui/configurations/prod.js @@ -49,7 +49,7 @@ const SDC_CONFIG = { "GET_lifecycle_state_UNDOCHECKOUT":"lifecycleState/UNDOCHECKOUT", "root": "/sdc1/feProxy/rest", "no_proxy_root": "/sdc1/rest", - "workflow_root": "/sdc1/feProxy/plugin/wf", + "workflow_root": "/sdc1/feProxy/wf", "POST_workflow_artifact": "sdc/v1/catalog", "PUT_service": "/v1/catalog/services/:id/metadata", "GET_download_artifact": "/v1/catalog/", |