From 5a9fcd606a1b124496a7131ab0bead7ae1f6ec98 Mon Sep 17 00:00:00 2001 From: mat <27899617+mat-1@users.noreply.github.com> Date: Thu, 8 Apr 2021 14:20:13 -0500 Subject: debug=false --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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({ -- cgit