diff --git a/scripts/studioServer.ts b/scripts/studioServer.ts index 264dd5f089..f7597f505f 100644 --- a/scripts/studioServer.ts +++ b/scripts/studioServer.ts @@ -133,6 +133,7 @@ http.createServer(async (req: http.IncomingMessage, res) => { } if(req.method === "DELETE"){ + console.log("Got a DELETE", new Date()) await handleDelete(req, res) return }