my final update except its nothing

This commit is contained in:
sky
2026-06-11 23:01:17 -04:00
parent 7dd5fbe210
commit 9b6af70e71
6 changed files with 266 additions and 27 deletions

View File

@ -476,4 +476,4 @@ app.use(async (req, res) => {
.type("text/html")
.status(404)
.send(await fs.readFile(`./public/404.html`));
});
});