summary refs log tree commit diff
path: root/src/middlewares/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/middlewares/index.ts')
-rw-r--r--src/middlewares/index.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/middlewares/index.ts b/src/middlewares/index.ts

index 6a2993a7..f0c50dbe 100644 --- a/src/middlewares/index.ts +++ b/src/middlewares/index.ts
@@ -1,4 +1,3 @@ -export * from "./GlobalRateLimit"; export * from "./Authentication"; export * from "./BodyParser"; export * from "./CORS";