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 451ef95..d997cde 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -5,7 +5,7 @@ import express from 'express'
const app = express()
-export const debug = true
+export const debug = false
// 500 requests over 5 minutes
const limiter = rateLimit({