From 54e5b61095f4c99bb90f6695982074cbfa425423 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 3 Feb 2021 17:42:49 +0100 Subject: :lock: prevent passwort denial of server --- src/routes/api/v8/invites/index.ts | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/routes/api/v8/invites/index.ts (limited to 'src/routes/api/v8/invites') 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; -- cgit 1.5.1