full API ts transition and sentry not reporting fix

This commit is contained in:
2025-12-14 13:52:32 -05:00
parent 84392591d1
commit 7aaeab5243
10 changed files with 54 additions and 60 deletions

View File

@@ -148,4 +148,4 @@ router.get('/policy', async (req: Request, res: Response) => {
}
})
module.exports = router;
export const loaRouter = router;