Rename for clarity

This commit is contained in:
Iván Ovejero 2024-11-22 13:42:12 +01:00
parent db3b2ce038
commit 41982777d1
No known key found for this signature in database

View file

@ -164,8 +164,8 @@ export class TaskRunnerServer {
send(async (req) => await this.taskRunnerAuthController.createGrantToken(req)),
);
const healthEndpoint = `${this.getEndpointBasePath()}/healthz`;
this.app.get(healthEndpoint, (_, res) => res.sendStatus(200));
const healthCheckEndpoint = `${this.getEndpointBasePath()}/healthz`;
this.app.get(healthCheckEndpoint, (_, res) => res.sendStatus(200));
}
private handleUpgradeRequest = (