summary refs log tree commit diff
path: root/cdn/src/Server.ts
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-07-17 16:54:26 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-07-17 19:49:43 +1000
commite891ddb412494e511c00804bfe40962ef7f95e58 (patch)
tree6342a00d45ca99aa7d0822c7a516fd332737180c /cdn/src/Server.ts
parentAttempt to fix headers being set after send to client in send message (diff)
downloadserver-e891ddb412494e511c00804bfe40962ef7f95e58.tar.xz
Redirect guild profile cdn stuff to normal avatar route while guild profiles are TODO
Diffstat (limited to 'cdn/src/Server.ts')
-rw-r--r--cdn/src/Server.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cdn/src/Server.ts b/cdn/src/Server.ts

index b8d71fa9..5b395589 100644 --- a/cdn/src/Server.ts +++ b/cdn/src/Server.ts
@@ -5,7 +5,7 @@ import avatarsRoute from "./routes/avatars"; import iconsRoute from "./routes/role-icons"; import bodyParser from "body-parser"; -export interface CDNServerOptions extends ServerOptions {} +export interface CDNServerOptions extends ServerOptions { } export class CDNServer extends Server { public declare options: CDNServerOptions;