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
commit73af303bb48d75553c375f316fc4fff36c131a80 (patch)
treeb7a54539b839ffe2e29413a5b52aa35529c257c1 /cdn/src/Server.ts
parentAttempt to fix headers being set after send to client in send message (diff)
downloadserver-73af303bb48d75553c375f316fc4fff36c131a80.tar.xz
Redirect guild profile cdn stuff to normal avatar route while guild profiles are TODO
Diffstat (limited to '')
-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;