Fix indentation on registerWebhookSecretRoutes call
All checks were successful
CI — P3 Alert / test (push) Successful in 23s

This commit is contained in:
2026-03-02 05:11:37 +00:00
parent 571a93953d
commit 2c9408b1df

View File

@@ -23,7 +23,7 @@ app.get('/health', async () => ({ status: 'ok', service: 'dd0c-alert' }));
registerAuthRoutes(app, config.JWT_SECRET, pool); registerAuthRoutes(app, config.JWT_SECRET, pool);
registerWebhookRoutes(app); registerWebhookRoutes(app);
registerWebhookSecretRoutes(app); registerWebhookSecretRoutes(app);
registerIncidentRoutes(app); registerIncidentRoutes(app);
registerNotificationRoutes(app); registerNotificationRoutes(app);