Skip to content

Commit

Permalink
Merge branch 'master' into proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Nov 28, 2023
2 parents ef5bdd1 + 9c235d4 commit 3522423
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proxy/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ const corsOptions = {
};

// Apply CORS

//app.use(cors(corsOptions));


// Rate limiting middleware
const limiter = rateLimit({
windowMs: 15 * 60 * 1000, // 15 minutes
Expand Down

0 comments on commit 3522423

Please sign in to comment.