diff options
-rw-r--r-- | sdc-workflow-designer-ui/src/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdc-workflow-designer-ui/src/index.html b/sdc-workflow-designer-ui/src/index.html index f27ba5b5..636e2a54 100644 --- a/sdc-workflow-designer-ui/src/index.html +++ b/sdc-workflow-designer-ui/src/index.html @@ -17,7 +17,7 @@ <head> <meta charset="utf-8"> <title>Workflow Designer</title> - <base href="/"> + <base href="/workflow-modeler"> <meta name="viewport" content="width=device-width, initial-scale=1"> </head> |