3nd
This commit is contained in:
parent
1791921cf2
commit
1858c959db
2
app.js
2
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('2nd updateee Hello World');
|
||||
res.end('3rd updateee Hello World');
|
||||
} else {
|
||||
res.writeHead(404, { 'Content-Type': 'text/plain' });
|
||||
res.end('Not Found');
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user