From 73af303bb48d75553c375f316fc4fff36c131a80 Mon Sep 17 00:00:00 2001 From: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> Date: Sun, 17 Jul 2022 16:54:26 +1000 Subject: Redirect guild profile cdn stuff to normal avatar route while guild profiles are TODO --- cdn/src/Server.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cdn/src/Server.ts') 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; -- cgit 1.5.1