Adjust rate limiting position

This commit is contained in:
Owen
2025-11-14 11:33:39 -05:00
parent e62806d6fb
commit 8ad7bcc0d6
2 changed files with 8 additions and 4 deletions

View File

@@ -227,6 +227,8 @@ export type UserSessionWithUser = {
export const hybridRouter = Router();
hybridRouter.use(verifySessionRemoteExitNodeMiddleware);
// TODO: ADD RATE LIMITING TO THESE ROUTES AS NEEDED BASED ON USAGE PATTERNS
hybridRouter.get(
"/general-config",
async (req: Request, res: Response, next: NextFunction) => {