diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-01-03 22:45:12 +0100 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-01-03 22:45:12 +0100 |
commit | 7bf89e1f434f96635d248bfb4235eb8458b8567d (patch) | |
tree | a11e63b4dbbbf6cf10e65ccef90c1fce5fcb838f /src/routes | |
parent | :sparkles: rethinkdb (diff) | |
parent | routes + util + snowflake (diff) | |
download | server-7bf89e1f434f96635d248bfb4235eb8458b8567d.tar.xz |
Merge branch 'master' of https://github.com/Trenite/discord-server-opensource
Diffstat (limited to 'src/routes')
-rw-r--r-- | src/routes/api/v8/channel/#CHANNELID/followers.ts | 0 | ||||
-rw-r--r-- | src/routes/api/v8/channel/#CHANNELID/invites.ts | 0 | ||||
-rw-r--r-- | src/routes/api/v8/channel/#CHANNELID/messages.ts | 0 | ||||
-rw-r--r-- | src/routes/api/v8/channel/#CHANNELID/permissions.ts | 0 | ||||
-rw-r--r-- | src/routes/api/v8/channel/#CHANNELID/pins.ts | 0 | ||||
-rw-r--r-- | src/routes/api/v8/channel/#CHANNELID/recipients.ts | 0 | ||||
-rw-r--r-- | src/routes/api/v8/channel/#CHANNELID/typing.ts | 0 | ||||
-rw-r--r-- | src/routes/api/v8/guilds/templates/index.ts | 0 | ||||
-rw-r--r-- | src/routes/api/v8/invite/index.ts | 0 | ||||
-rw-r--r-- | src/routes/assets/index.ts | 4 |
10 files changed, 4 insertions, 0 deletions
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 --- /dev/null +++ b/src/routes/api/v8/channel/#CHANNELID/followers.ts 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 --- /dev/null +++ b/src/routes/api/v8/channel/#CHANNELID/invites.ts 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 --- /dev/null +++ b/src/routes/api/v8/channel/#CHANNELID/messages.ts 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 --- /dev/null +++ b/src/routes/api/v8/channel/#CHANNELID/permissions.ts 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 --- /dev/null +++ b/src/routes/api/v8/channel/#CHANNELID/pins.ts 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 --- /dev/null +++ b/src/routes/api/v8/channel/#CHANNELID/recipients.ts 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 --- /dev/null +++ b/src/routes/api/v8/channel/#CHANNELID/typing.ts 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 --- /dev/null +++ b/src/routes/api/v8/guilds/templates/index.ts 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 --- /dev/null +++ b/src/routes/api/v8/invite/index.ts 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"; |