summary refs log tree commit diff
path: root/src/routes/api/v8/invites
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-03 17:42:49 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-03 17:42:49 +0100
commit54e5b61095f4c99bb90f6695982074cbfa425423 (patch)
tree6687e7a89096bd8d21042582cd68c24b81019682 /src/routes/api/v8/invites
parent:bug: fix register date of birth (diff)
downloadserver-54e5b61095f4c99bb90f6695982074cbfa425423.tar.xz
:lock: prevent passwort denial of server
Diffstat (limited to 'src/routes/api/v8/invites')
-rw-r--r--src/routes/api/v8/invites/index.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/routes/api/v8/invites/index.ts b/src/routes/api/v8/invites/index.ts
new file mode 100644

index 00000000..9a4e81fa --- /dev/null +++ b/src/routes/api/v8/invites/index.ts
@@ -0,0 +1,4 @@ +import { Router } from "express"; +const router: Router = Router(); + +export default router;