aboutsummaryrefslogtreecommitdiff
path: root/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.ts')
-rw-r--r--src/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.ts b/src/index.ts
index 4cf8dae..0d66c55 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -5,7 +5,7 @@ import rateLimit from 'express-rate-limit'
const app = express()
-export const debug = false
+export const debug = true
// 500 requests over 5 minutes
const limiter = rateLimit({