From 97fc89a34ba247d5018a60a0ca7c37773007c428 Mon Sep 17 00:00:00 2001 From: Eddie Annor <36930632+Homeannor@users.noreply.github.com> Date: Tue, 13 Aug 2024 13:13:43 +0100 Subject: [PATCH] Fixed community VS URL --- index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.ts b/index.ts index 49796be..f485c08 100644 --- a/index.ts +++ b/index.ts @@ -258,7 +258,7 @@ const server = createServer(async (req, res) => { if ( req.method == "GET" && - url.pathname == "communityvs/.png" + url.pathname == "/communityvs.png" ) { const opts = Object.fromEntries( Array.from(url.searchParams.entries())