Skip to content

Commit

Permalink
chore: remove the commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
bjarneo committed Jan 28, 2024
1 parent f6633a6 commit 2b58c43
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,6 @@ fastify.register(rateLimit, {
timeWindow: 60 * 1000, // 1 minute
});

// https://github.com/fastify/fastify-rate-limit
/*fastify.register(rateLimit, {
prefix: '/api/',
max: 10000,
timeWindow: '1 minute',
});*/

// https://github.com/fastify/fastify-helmet
fastify.register(helmet, {
contentSecurityPolicy: {
Expand Down

0 comments on commit 2b58c43

Please sign in to comment.