diff --git a/src/app.ts b/src/app.ts index ca16e89..bed7034 100644 --- a/src/app.ts +++ b/src/app.ts @@ -210,6 +210,7 @@ app.get('/envs', async (req: Request, res: Response) => { app.get('/health', (req: Request, res: Response) => { res.status(200).json({ status: 'ok' }) }) + app.get('/database-summary', async (req: Request, res: Response) => { try { const [profileCount, accountCount, cardCount, transactionCount] = await Promise.all([