diff --git a/.gitignore b/.gitignore index c1a78e4..ea06d89 100644 --- a/.gitignore +++ b/.gitignore @@ -28,4 +28,5 @@ schemas_nested/ schemas_final/ +temp/ !/extra/admin-api/Utilities/Spacebar.AdminApi.TestClient/wwwroot/lib/bootstrap/dist/ \ No newline at end of file diff --git "a/src/api/routes/channels/\043channel_id/attachments.ts" "b/src/api/routes/channels/\043channel_id/attachments.ts" index 9f865c6..039bfa2 100644 --- "a/src/api/routes/channels/\043channel_id/attachments.ts" +++ "b/src/api/routes/channels/\043channel_id/attachments.ts" @@ -130,4 +130,4 @@ return res.status(response.status).send(response.body); }); -export default router; \ No newline at end of file +export default router; diff --git "a/src/api/routes/guilds/\043guild_id/webhooks.ts" "b/src/api/routes/guilds/\043guild_id/webhooks.ts" index 5a4a373..49f34b6 100644 --- "a/src/api/routes/guilds/\043guild_id/webhooks.ts" +++ "b/src/api/routes/guilds/\043guild_id/webhooks.ts" @@ -49,4 +49,4 @@ }, ); -export default router; \ No newline at end of file +export default router;