mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -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',
|
||||
'healthz',
|
||||
'metrics',
|
||||
'icons',
|
||||
'types',
|
||||
'e2e',
|
||||
this.endpointWebhook,
|
||||
this.endpointWebhookTest,
|
||||
|
|
Loading…
Reference in a new issue