add missing return

This commit is contained in:
MathMan05 2024-08-29 21:21:17 -05:00
parent 0f4e5afaeb
commit 1cdc6726b4

View file

@ -163,6 +163,7 @@ app.use('/', async (req, res) => {
}
if(req.path==="/"){
res.sendFile(`./webpage/home.html`, {root: __dirname});
return;
}
if(debugging&&req.path.startsWith("/service.js")){
res.send("dud");