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, 5 insertions, 0 deletions
diff --git a/api/src/middlewares/index.ts b/api/src/middlewares/index.ts
new file mode 100644

index 00000000..f0c50dbe --- /dev/null +++ b/api/src/middlewares/index.ts
@@ -0,0 +1,5 @@ +export * from "./Authentication"; +export * from "./BodyParser"; +export * from "./CORS"; +export * from "./ErrorHandler"; +export * from "./RateLimit";