support route path change in workflow
[sdc/sdc-workflow-designer.git] / workflow-designer-ui / src / main / webapp / WEB-INF / jetty-web.xml
index 1867004..92e847c 100644 (file)
@@ -2,5 +2,5 @@
 <!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure.dtd">
 
 <Configure class="org.eclipse.jetty.webapp.WebAppContext">
-    <Set name="contextPath">/</Set>
-</Configure>
\ No newline at end of file
+    <Set name="contextPath">/workflows</Set>
+</Configure>