summary refs log tree commit diff
path: root/src/routes
diff options
context:
space:
mode:
Diffstat (limited to '')
-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";