summary refs log tree commit diff
path: root/src/routes
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-01-03 22:45:12 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-01-03 22:45:12 +0100
commit7bf89e1f434f96635d248bfb4235eb8458b8567d (patch)
treea11e63b4dbbbf6cf10e65ccef90c1fce5fcb838f /src/routes
parent:sparkles: rethinkdb (diff)
parentroutes + util + snowflake (diff)
downloadserver-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.ts0
-rw-r--r--src/routes/api/v8/channel/#CHANNELID/invites.ts0
-rw-r--r--src/routes/api/v8/channel/#CHANNELID/messages.ts0
-rw-r--r--src/routes/api/v8/channel/#CHANNELID/permissions.ts0
-rw-r--r--src/routes/api/v8/channel/#CHANNELID/pins.ts0
-rw-r--r--src/routes/api/v8/channel/#CHANNELID/recipients.ts0
-rw-r--r--src/routes/api/v8/channel/#CHANNELID/typing.ts0
-rw-r--r--src/routes/api/v8/guilds/templates/index.ts0
-rw-r--r--src/routes/api/v8/invite/index.ts0
-rw-r--r--src/routes/assets/index.ts4
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";