From dc06c960469393c37e4f246b7412e695fa5f116a Mon Sep 17 00:00:00 2001 From: api-salari <147167298+api-salari@users.noreply.github.com> Date: Tue, 23 Jan 2024 17:13:00 +0330 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 5f35242ee8..61234149ba 100644 --- a/index.js +++ b/index.js @@ -3,4 +3,4 @@ http.createServer(function (req, res) { console.log(`Just got a request at ${req.url}!`) res.write('Yo!'); res.end(); -}).listen(process.env.PORT || 3000); \ No newline at end of file +}).listen(process.env.PORT || 3001);