Commit 90fb58dc885f444c9886d9ad87e0fc06fc91898e

Authored by Igor Kulikov
1 parent b0e3547b

Fix web ui routing

Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -83,7 +83,7 @@ var server;
83 83 apiProxy.web(req, res);
84 84 });
85 85
86   - app.all('/assets/help/*/rulenode/*', (req, res) => {
  86 + app.all('/assets/help/*/rulenode/**', (req, res) => {
87 87 apiProxy.web(req, res);
88 88 });
89 89
... ...