aboutsummaryrefslogtreecommitdiffstats
path: root/workflow-designer-ui/src/main/frontend/src/config/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'workflow-designer-ui/src/main/frontend/src/config/config.json')
-rw-r--r--workflow-designer-ui/src/main/frontend/src/config/config.json3
1 files changed, 2 insertions, 1 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 f1121444..eb7d181b 100644
--- a/workflow-designer-ui/src/main/frontend/src/config/config.json
+++ b/workflow-designer-ui/src/main/frontend/src/config/config.json
@@ -1,5 +1,6 @@
{
"version": "0.1",
"appContextPath" : "/",
- "defaultRestPrefix": "/wf"
+ "defaultRestPrefix": "/wf",
+ "activitiesRestPrefix": "/v1.0"
}