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

index 00000000..e3332f07 --- /dev/null +++ b/src/middlewares/index.ts
@@ -0,0 +1,4 @@ +import { Authentication } from "./Authentication"; +import { GlobalRateLimit } from "./GlobalRateLimit"; + +export { Authentication, GlobalRateLimit };