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/channels/#CHANNELID/followers.ts | 4 ++++ src/routes/api/v8/channels/#CHANNELID/index.ts | 4 ++++ src/routes/api/v8/channels/#CHANNELID/invites.ts | 4 ++++ src/routes/api/v8/channels/#CHANNELID/messages.ts | 4 ++++ src/routes/api/v8/channels/#CHANNELID/permissions.ts | 4 ++++ src/routes/api/v8/channels/#CHANNELID/pins.ts | 4 ++++ src/routes/api/v8/channels/#CHANNELID/recipients.ts | 4 ++++ src/routes/api/v8/channels/#CHANNELID/typing.ts | 4 ++++ 8 files changed, 32 insertions(+) create mode 100644 src/routes/api/v8/channels/#CHANNELID/followers.ts create mode 100644 src/routes/api/v8/channels/#CHANNELID/index.ts create mode 100644 src/routes/api/v8/channels/#CHANNELID/invites.ts create mode 100644 src/routes/api/v8/channels/#CHANNELID/messages.ts create mode 100644 src/routes/api/v8/channels/#CHANNELID/permissions.ts create mode 100644 src/routes/api/v8/channels/#CHANNELID/pins.ts create mode 100644 src/routes/api/v8/channels/#CHANNELID/recipients.ts create mode 100644 src/routes/api/v8/channels/#CHANNELID/typing.ts (limited to 'src/routes/api/v8/channels') diff --git a/src/routes/api/v8/channels/#CHANNELID/followers.ts b/src/routes/api/v8/channels/#CHANNELID/followers.ts new file mode 100644 index 00000000..9a4e81fa --- /dev/null +++ b/src/routes/api/v8/channels/#CHANNELID/followers.ts @@ -0,0 +1,4 @@ +import { Router } from "express"; +const router: Router = Router(); + +export default router; diff --git a/src/routes/api/v8/channels/#CHANNELID/index.ts b/src/routes/api/v8/channels/#CHANNELID/index.ts new file mode 100644 index 00000000..9a4e81fa --- /dev/null +++ b/src/routes/api/v8/channels/#CHANNELID/index.ts @@ -0,0 +1,4 @@ +import { Router } from "express"; +const router: Router = Router(); + +export default router; diff --git a/src/routes/api/v8/channels/#CHANNELID/invites.ts b/src/routes/api/v8/channels/#CHANNELID/invites.ts new file mode 100644 index 00000000..9a4e81fa --- /dev/null +++ b/src/routes/api/v8/channels/#CHANNELID/invites.ts @@ -0,0 +1,4 @@ +import { Router } from "express"; +const router: Router = Router(); + +export default router; diff --git a/src/routes/api/v8/channels/#CHANNELID/messages.ts b/src/routes/api/v8/channels/#CHANNELID/messages.ts new file mode 100644 index 00000000..9a4e81fa --- /dev/null +++ b/src/routes/api/v8/channels/#CHANNELID/messages.ts @@ -0,0 +1,4 @@ +import { Router } from "express"; +const router: Router = Router(); + +export default router; diff --git a/src/routes/api/v8/channels/#CHANNELID/permissions.ts b/src/routes/api/v8/channels/#CHANNELID/permissions.ts new file mode 100644 index 00000000..9a4e81fa --- /dev/null +++ b/src/routes/api/v8/channels/#CHANNELID/permissions.ts @@ -0,0 +1,4 @@ +import { Router } from "express"; +const router: Router = Router(); + +export default router; diff --git a/src/routes/api/v8/channels/#CHANNELID/pins.ts b/src/routes/api/v8/channels/#CHANNELID/pins.ts new file mode 100644 index 00000000..9a4e81fa --- /dev/null +++ b/src/routes/api/v8/channels/#CHANNELID/pins.ts @@ -0,0 +1,4 @@ +import { Router } from "express"; +const router: Router = Router(); + +export default router; diff --git a/src/routes/api/v8/channels/#CHANNELID/recipients.ts b/src/routes/api/v8/channels/#CHANNELID/recipients.ts new file mode 100644 index 00000000..9a4e81fa --- /dev/null +++ b/src/routes/api/v8/channels/#CHANNELID/recipients.ts @@ -0,0 +1,4 @@ +import { Router } from "express"; +const router: Router = Router(); + +export default router; diff --git a/src/routes/api/v8/channels/#CHANNELID/typing.ts b/src/routes/api/v8/channels/#CHANNELID/typing.ts new file mode 100644 index 00000000..9a4e81fa --- /dev/null +++ b/src/routes/api/v8/channels/#CHANNELID/typing.ts @@ -0,0 +1,4 @@ +import { Router } from "express"; +const router: Router = Router(); + +export default router; -- cgit 1.5.1