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

@@ -291,5 +291,4 @@ router.post('/restart', async (req: Request, res: Response) => {
}
})
module.exports = router;
export const applicationRouter = router;