Modify WF Designer's Url Prefix. 85/31285/1
authorYuanHu <yuan.hu1@zte.com.cn>
Mon, 12 Feb 2018 01:35:05 +0000 (09:35 +0800)
committerYuanHu <yuan.hu1@zte.com.cn>
Mon, 12 Feb 2018 01:35:05 +0000 (09:35 +0800)
Moddify the base url of workflow designer from '/' to '/workflow-modeler', in order to integrate with SDC.

Issue-ID: SDC-1012

Change-Id: Ia3059055caa2cc2cd25fe92a467649a9de245d67
Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
sdc-workflow-designer-ui/src/index.html

index f27ba5b..636e2a5 100644 (file)
@@ -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>