From fce724bd3a60df80ab761afc18ec69c64479fc31 Mon Sep 17 00:00:00 2001 From: abhishektiwari003 Date: Tue, 17 Mar 2026 16:19:45 +0530 Subject: [PATCH] testing --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 6496045..c87b2ca 100644 --- a/app.js +++ b/app.js @@ -5,7 +5,7 @@ const PORT = 8080; const server = http.createServer((req, res) => { if (req.method === "GET" && req.url === "/") { res.writeHead(200, { "Content-Type": "text/plain" }); - res.end("7t march testing new 2026 testing update"); + res.end("7t march testing new 2026 -2027 new testing update"); } else { res.writeHead(404, { "Content-Type": "text/plain" }); res.end("Not Found");