mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 12:57:29 -08:00
Rename for clarity
This commit is contained in:
parent
db3b2ce038
commit
41982777d1
|
@ -164,8 +164,8 @@ export class TaskRunnerServer {
|
||||||
send(async (req) => await this.taskRunnerAuthController.createGrantToken(req)),
|
send(async (req) => await this.taskRunnerAuthController.createGrantToken(req)),
|
||||||
);
|
);
|
||||||
|
|
||||||
const healthEndpoint = `${this.getEndpointBasePath()}/healthz`;
|
const healthCheckEndpoint = `${this.getEndpointBasePath()}/healthz`;
|
||||||
this.app.get(healthEndpoint, (_, res) => res.sendStatus(200));
|
this.app.get(healthCheckEndpoint, (_, res) => res.sendStatus(200));
|
||||||
}
|
}
|
||||||
|
|
||||||
private handleUpgradeRequest = (
|
private handleUpgradeRequest = (
|
||||||
|
|
Loading…
Reference in a new issue