summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-06-27 23:26:49 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-06-27 23:26:49 +0200
commit47d30153f4fa0661ff8a3e5b9e70e11978e288b0 (patch)
treee42fb7c18810ee6c3b16af19f79a51a074ff4473 /src
parent:lock: register proxy ip check (diff)
downloadserver-47d30153f4fa0661ff8a3e5b9e70e11978e288b0.tar.xz
:arrow_up: update dev client version
Diffstat (limited to 'src')
-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";