From 1797d5253e3b66ffa9e116625d8bb985346c5d3f4cbc6ece601f02bed26e2897 Mon Sep 17 00:00:00 2001 From: deslokitty Date: Thu, 8 Jan 2026 07:53:53 +0100 Subject: [PATCH] funny: make the port 42420 Signed-off-by: deslokitty --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index f9eab67..70749f4 100644 --- a/index.js +++ b/index.js @@ -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);