lila/apps/api/src/routes
lila 9ab2bc3d0e feat(api): apply rate limiters to game and lobby routes
Wire gameLimiter into gameRouter and lobbyLimiter into lobbyRouter.
Both run after requireAuth since they key by req.session.user.id.
2026-04-23 20:36:36 +02:00
..
apiRouter.ts feat(api): add REST endpoints for lobby create and join 2026-04-16 19:51:38 +02:00
gameRouter.ts feat(api): apply rate limiters to game and lobby routes 2026-04-23 20:36:36 +02:00
healthRouter.ts wip version of the api 2026-04-05 00:33:34 +02:00
lobbyRouter.ts feat(api): apply rate limiters to game and lobby routes 2026-04-23 20:36:36 +02:00