diff --git a/products/03-alert-intelligence/src/index.ts b/products/03-alert-intelligence/src/index.ts index 9e9ce2d..ecb903b 100644 --- a/products/03-alert-intelligence/src/index.ts +++ b/products/03-alert-intelligence/src/index.ts @@ -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);