woodpecker
Some checks are pending
ci/woodpecker/manual/woodpecker Pipeline is pending

This commit is contained in:
2026-01-15 19:27:41 +01:00
parent e573dfd9cc
commit 102a24d6a3
4 changed files with 282 additions and 1 deletions

View File

@@ -92,7 +92,7 @@ ${message}
});
// Health check
app.get('/healthz', (req, res) => {
app.get('/health', (req, res) => {
res.status(200).send('OK');
});