3
0

Add workflow webapp to list of webapps

This commit is contained in:
Denis Arh
2021-03-17 13:31:32 +01:00
parent e9ae52eaaf
commit 91bffb1eec
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ func HTTPServer() (o *HTTPServerOpt) {
WebappEnabled: false,
WebappBaseUrl: "/",
WebappBaseDir: "webapp/public",
WebappList: "admin,compose",
WebappList: "admin,compose,workflow",
}
fill(o)

View File

@@ -95,4 +95,4 @@ props:
- name: webappList
env: HTTP_WEBAPP_LIST
default: "admin,compose"
default: "admin,compose,workflow"