aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYarin Dekel <yarind@amdocs.com>2019-02-19 10:13:03 +0200
committerYarin Dekel <yarind@amdocs.com>2019-02-19 10:14:35 +0200
commit7ec52181f7ba3b0fe98a524278c86bbcdbc862bc (patch)
tree23f123257c7f043a9edd9ac6b345f53a1e8561f6
parentef1f266830af27744b6cad58c50eb1573f9d432c (diff)
support route change
Issue-ID: SDC-2125 Change-Id: I9a8974ef9d23749a80350e804de3f8a627d5239c Signed-off-by: Yarin Dekel <yarind@amdocs.com>
-rw-r--r--workflow-designer-ui/src/main/frontend/src/config/config.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/workflow-designer-ui/src/main/frontend/src/config/config.json b/workflow-designer-ui/src/main/frontend/src/config/config.json
index eb7d181b..96a7ca5b 100644
--- a/workflow-designer-ui/src/main/frontend/src/config/config.json
+++ b/workflow-designer-ui/src/main/frontend/src/config/config.json
@@ -1,6 +1,6 @@
{
"version": "0.1",
"appContextPath" : "/",
- "defaultRestPrefix": "/wf",
- "activitiesRestPrefix": "/v1.0"
+ "defaultRestPrefix": "/workflows/wf",
+ "activitiesRestPrefix": "/workflows/v1.0"
}