summary refs log tree commit diff
path: root/api/src/middlewares/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'api/src/middlewares/index.ts')
-rw-r--r--api/src/middlewares/index.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/api/src/middlewares/index.ts b/api/src/middlewares/index.ts
deleted file mode 100644
index f0c50dbe..00000000
--- a/api/src/middlewares/index.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-export * from "./Authentication";
-export * from "./BodyParser";
-export * from "./CORS";
-export * from "./ErrorHandler";
-export * from "./RateLimit";