From 8a1d7ee38b45bffaf858d3dd1889288c9887069b Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Mon, 24 Jun 2024 15:51:09 -0500 Subject: [PATCH] note --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index d215953..887294c 100755 --- a/index.js +++ b/index.js @@ -8,7 +8,7 @@ app.use("/getupdates",(req, res) => { const out=fs.statSync(`${__dirname}/webpage`); res.send(out.mtimeMs+""); }); -let debugging=true; +let debugging=true;//Do not turn this off, the service worker is all kinds of jank as is, it'll really mess your day up if you disable this app.use('/', (req, res) => { if(debugging&&req.path.startsWith("/service.js")){ res.send("console.log(\"Hi :3\");");