move routes to top level no more /api/v8 -> use reverse proxy instead
1 parent 9050415 commit 0d0dd4f6b8433a3a90b5b0eebab7e3991bda2302
@Flam3rboy Flam3rboy authored on 30 Mar 2021
Showing 44 changed files
View
src/routes/api/v8/auth/login.ts 100644 → 0
View
src/routes/api/v8/auth/register.ts 100644 → 0
View
src/routes/api/v8/channels/#channel_id/followers.ts 100644 → 0
View
src/routes/api/v8/channels/#channel_id/index.ts 100644 → 0
View
src/routes/api/v8/channels/#channel_id/invites.ts 100644 → 0
View
src/routes/api/v8/channels/#channel_id/messages/bulk-delete.ts 100644 → 0
View
src/routes/api/v8/channels/#channel_id/messages/index.ts 100644 → 0
View
src/routes/api/v8/channels/#channel_id/permissions.ts 100644 → 0
View
src/routes/api/v8/channels/#channel_id/pins.ts 100644 → 0
View
src/routes/api/v8/channels/#channel_id/recipients.ts 100644 → 0
View
src/routes/api/v8/channels/#channel_id/typing.ts 100644 → 0
View
src/routes/api/v8/channels/#channel_id/webhooks.ts 100644 → 0
View
src/routes/api/v8/guilds/#id/bans.ts 100644 → 0
View
src/routes/api/v8/guilds/#id/channels.ts 100644 → 0
View
src/routes/api/v8/guilds/#id/index.ts 100644 → 0
View
src/routes/api/v8/guilds/#id/members.ts 100644 → 0
View
src/routes/api/v8/guilds/index.ts 100644 → 0
View
src/routes/api/v8/guilds/templates/index.ts 100644 → 0
View
src/routes/api/v8/invites/index.ts 100644 → 0
View
src/routes/api/v8/users/@me/guilds.ts 100644 → 0
View
src/routes/api/v8/users/@me/index.ts 100644 → 0
View
src/routes/assets/index.ts 100644 → 0
View
src/routes/auth/login.ts 0 → 100644
View
src/routes/auth/register.ts 0 → 100644
View
src/routes/channels/#channel_id/followers.ts 0 → 100644
View
src/routes/channels/#channel_id/index.ts 0 → 100644
View
src/routes/channels/#channel_id/invites.ts 0 → 100644
View
src/routes/channels/#channel_id/messages/bulk-delete.ts 0 → 100644
View
src/routes/channels/#channel_id/messages/index.ts 0 → 100644
View
src/routes/channels/#channel_id/permissions.ts 0 → 100644
View
src/routes/channels/#channel_id/pins.ts 0 → 100644
View
src/routes/channels/#channel_id/recipients.ts 0 → 100644
View
src/routes/channels/#channel_id/typing.ts 0 → 100644
View
src/routes/channels/#channel_id/webhooks.ts 0 → 100644
View
src/routes/guilds/#id/bans.ts 0 → 100644
View
src/routes/guilds/#id/channels.ts 0 → 100644
View
src/routes/guilds/#id/index.ts 0 → 100644
View
src/routes/guilds/#id/members.ts 0 → 100644
View
src/routes/guilds/index.ts 0 → 100644
View
src/routes/guilds/templates/index.ts 0 → 100644
View
src/routes/invites/index.ts 0 → 100644
View
src/routes/test.ts 100644 → 0
View
src/routes/users/@me/guilds.ts 0 → 100644
View
src/routes/users/@me/index.ts 0 → 100644