This commit is contained in:
Abhishek Test Tiwari 2026-03-17 16:19:45 +05:30
parent 5d53156316
commit fce724bd3a

2
app.js
View File

@ -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");