funny: make the port 42420

Signed-off-by: deslokitty <deslokitty@desloratadyna.net>
This commit is contained in:
2026-01-08 07:53:53 +01:00
parent 5603f42e4a
commit 1797d5253e

View File

@@ -165,6 +165,6 @@ app.get("/cgi-bin/primarypage", async (req, res, next) => {
res.end();
});
// haha almost 420
app.listen(42424);
// haha 420
app.listen(42420);