Skip to content

Commit

Permalink
Update app.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
AydanPirani authored Aug 17, 2024
1 parent 71d176a commit 970534b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ app.enable("trust proxy");
// (we can remove this later)
app.disable("etag");

app.use(rateLimiter);
// app.use(rateLimiter);

// app.use(customCors);
app.use(cors());
Expand Down

0 comments on commit 970534b

Please sign in to comment.