mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 05:17:28 -08:00
fix(core): Require Auth on icons and nodes/credentials types static files (no-changelog) (#5745)
This commit is contained in:
parent
cefec7739b
commit
a70e639c75
|
@ -435,8 +435,6 @@ class Server extends AbstractServer {
|
||||||
'assets',
|
'assets',
|
||||||
'healthz',
|
'healthz',
|
||||||
'metrics',
|
'metrics',
|
||||||
'icons',
|
|
||||||
'types',
|
|
||||||
'e2e',
|
'e2e',
|
||||||
this.endpointWebhook,
|
this.endpointWebhook,
|
||||||
this.endpointWebhookTest,
|
this.endpointWebhookTest,
|
||||||
|
|
Loading…
Reference in a new issue