Fix indentation on registerWebhookSecretRoutes call
All checks were successful
CI — P3 Alert / test (push) Successful in 23s
All checks were successful
CI — P3 Alert / test (push) Successful in 23s
This commit is contained in:
@@ -23,7 +23,7 @@ app.get('/health', async () => ({ status: 'ok', service: 'dd0c-alert' }));
|
||||
|
||||
registerAuthRoutes(app, config.JWT_SECRET, pool);
|
||||
registerWebhookRoutes(app);
|
||||
registerWebhookSecretRoutes(app);
|
||||
registerWebhookSecretRoutes(app);
|
||||
registerIncidentRoutes(app);
|
||||
registerNotificationRoutes(app);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user