summary refs log tree commit diff
path: root/src/middlewares
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-01-30 19:58:15 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-01-30 19:58:15 +0100
commit76000f8fa11dde2f67efdb22a87c4644ea49f9eb (patch)
tree67664d9c616068113b8fef6704b005726be8f0a7 /src/middlewares
parent:sparkles: Database (diff)
downloadserver-76000f8fa11dde2f67efdb22a87c4644ea49f9eb.tar.xz
:sparkles: Util
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 };