From d78646899b80ac76c4b3f383f0e290a009781fc7 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Wed, 25 Oct 2023 15:53:36 +0200 Subject: [PATCH] Debugging info... --- scripts/studioServer.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/studioServer.ts b/scripts/studioServer.ts index 048937d2d2..32798afa77 100644 --- a/scripts/studioServer.ts +++ b/scripts/studioServer.ts @@ -77,6 +77,7 @@ http.createServer(async (req, res) => { } const url = new URL(`http://127.0.0.1/` + req.url) + console.log("URL pathname is") if (url.pathname.endsWith("overview")) { console.log("Giving overview") let userId = url.searchParams.get("userId")