mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
🐛 Fix naming with env variable
This commit is contained in:
parent
ffa829b9f6
commit
84e2ce53bc
|
@ -392,7 +392,7 @@ class App {
|
||||||
this.endpointWebhookTest,
|
this.endpointWebhookTest,
|
||||||
this.endpointPresetCredentials,
|
this.endpointPresetCredentials,
|
||||||
];
|
];
|
||||||
if (!config.getEnv('publicApiEndpoints.disable')) {
|
if (!config.getEnv('publicApi.disabled')) {
|
||||||
ignoredEndpoints.push(this.publicApiEndpoint);
|
ignoredEndpoints.push(this.publicApiEndpoint);
|
||||||
}
|
}
|
||||||
// eslint-disable-next-line prefer-spread
|
// eslint-disable-next-line prefer-spread
|
||||||
|
|
Loading…
Reference in a new issue