From 6c10e25bcabe4fd2ddc6c3fcd2da7e7ed4d17064 Mon Sep 17 00:00:00 2001 From: xnacly Date: Sun, 3 Jan 2021 22:43:52 +0100 Subject: routes + util + snowflake --- src/routes/api/v8/channel/#CHANNELID/followers.ts | 0 src/routes/api/v8/channel/#CHANNELID/invites.ts | 0 src/routes/api/v8/channel/#CHANNELID/messages.ts | 0 src/routes/api/v8/channel/#CHANNELID/permissions.ts | 0 src/routes/api/v8/channel/#CHANNELID/pins.ts | 0 src/routes/api/v8/channel/#CHANNELID/recipients.ts | 0 src/routes/api/v8/channel/#CHANNELID/typing.ts | 0 src/routes/api/v8/guilds/templates/index.ts | 0 src/routes/api/v8/invite/index.ts | 0 src/routes/assets/index.ts | 4 ++++ 10 files changed, 4 insertions(+) create mode 100644 src/routes/api/v8/channel/#CHANNELID/followers.ts create mode 100644 src/routes/api/v8/channel/#CHANNELID/invites.ts create mode 100644 src/routes/api/v8/channel/#CHANNELID/messages.ts create mode 100644 src/routes/api/v8/channel/#CHANNELID/permissions.ts create mode 100644 src/routes/api/v8/channel/#CHANNELID/pins.ts create mode 100644 src/routes/api/v8/channel/#CHANNELID/recipients.ts create mode 100644 src/routes/api/v8/channel/#CHANNELID/typing.ts create mode 100644 src/routes/api/v8/guilds/templates/index.ts create mode 100644 src/routes/api/v8/invite/index.ts (limited to 'src/routes') diff --git a/src/routes/api/v8/channel/#CHANNELID/followers.ts b/src/routes/api/v8/channel/#CHANNELID/followers.ts new file mode 100644 index 00000000..e69de29b diff --git a/src/routes/api/v8/channel/#CHANNELID/invites.ts b/src/routes/api/v8/channel/#CHANNELID/invites.ts new file mode 100644 index 00000000..e69de29b diff --git a/src/routes/api/v8/channel/#CHANNELID/messages.ts b/src/routes/api/v8/channel/#CHANNELID/messages.ts new file mode 100644 index 00000000..e69de29b diff --git a/src/routes/api/v8/channel/#CHANNELID/permissions.ts b/src/routes/api/v8/channel/#CHANNELID/permissions.ts new file mode 100644 index 00000000..e69de29b diff --git a/src/routes/api/v8/channel/#CHANNELID/pins.ts b/src/routes/api/v8/channel/#CHANNELID/pins.ts new file mode 100644 index 00000000..e69de29b diff --git a/src/routes/api/v8/channel/#CHANNELID/recipients.ts b/src/routes/api/v8/channel/#CHANNELID/recipients.ts new file mode 100644 index 00000000..e69de29b diff --git a/src/routes/api/v8/channel/#CHANNELID/typing.ts b/src/routes/api/v8/channel/#CHANNELID/typing.ts new file mode 100644 index 00000000..e69de29b diff --git a/src/routes/api/v8/guilds/templates/index.ts b/src/routes/api/v8/guilds/templates/index.ts new file mode 100644 index 00000000..e69de29b diff --git a/src/routes/api/v8/invite/index.ts b/src/routes/api/v8/invite/index.ts new file mode 100644 index 00000000..e69de29b diff --git a/src/routes/assets/index.ts b/src/routes/assets/index.ts index d3683f43..c2b9f2b0 100644 --- a/src/routes/assets/index.ts +++ b/src/routes/assets/index.ts @@ -1,3 +1,7 @@ +/** + * * patch to redirect requests from cloned client + * (../../client/index.html) + */ import { Router } from "express"; import fetch from "node-fetch"; -- cgit 1.5.1