diff --git a/proxy/server.js b/proxy/server.js index 08b7d68a..ab5d3837 100644 --- a/proxy/server.js +++ b/proxy/server.js @@ -19,8 +19,10 @@ const corsOptions = { }; // Apply CORS + //app.use(cors(corsOptions)); + // Rate limiting middleware const limiter = rateLimit({ windowMs: 15 * 60 * 1000, // 15 minutes