support route change 35/78735/1
authorYarin Dekel <yarind@amdocs.com>
Tue, 19 Feb 2019 08:13:03 +0000 (10:13 +0200)
committerYarin Dekel <yarind@amdocs.com>
Tue, 19 Feb 2019 08:14:35 +0000 (10:14 +0200)
Issue-ID: SDC-2125
Change-Id: I9a8974ef9d23749a80350e804de3f8a627d5239c
Signed-off-by: Yarin Dekel <yarind@amdocs.com>
workflow-designer-ui/src/main/frontend/src/config/config.json

index eb7d181..96a7ca5 100644 (file)
@@ -1,6 +1,6 @@
 {
        "version": "0.1",
        "appContextPath" : "/",
-       "defaultRestPrefix": "/wf",
-       "activitiesRestPrefix": "/v1.0"
+       "defaultRestPrefix": "/workflows/wf",
+       "activitiesRestPrefix": "/workflows/v1.0"
 }