diff options
Diffstat (limited to 'workflow-designer-be/src/main/resources/application-dev.properties')
-rw-r--r-- | workflow-designer-be/src/main/resources/application-dev.properties | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/workflow-designer-be/src/main/resources/application-dev.properties b/workflow-designer-be/src/main/resources/application-dev.properties index de62eadb..897b0422 100644 --- a/workflow-designer-be/src/main/resources/application-dev.properties +++ b/workflow-designer-be/src/main/resources/application-dev.properties @@ -13,8 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. #/ - -server.servlet.context-path=/wf +server.servlet.context-path=/ server.port=${SERVER_PORT:8080} #CASSANDRA |