mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
fix(cli): When no excludeEndpoints are defined, use the correct regexp for the history middleware (#4036)
This commit is contained in:
committed by
GitHub
parent
88c15a9d7b
commit
637863ea02
@@ -673,7 +673,7 @@ class App {
|
||||
this.restEndpoint,
|
||||
this.endpointWebhook,
|
||||
this.endpointWebhookTest,
|
||||
...excludeEndpoints.split(':'),
|
||||
...(excludeEndpoints.length ? excludeEndpoints.split(':') : []),
|
||||
].join('|')})/?.*$`,
|
||||
),
|
||||
to: (context) => {
|
||||
|
||||
Reference in New Issue
Block a user