From 12ccdf984046eb3d3aa299a4f54bec459fd27d91 Mon Sep 17 00:00:00 2001 From: Ben Grabau Date: Tue, 6 Jun 2023 21:46:55 +1000 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 398c1bf..bbb69d4 100644 --- a/index.js +++ b/index.js @@ -5,5 +5,5 @@ app.get('/', (req, res) => { res.send("Hello, world!") }) -app.listen(port) +app.listen(5050) console.log('hi') \ No newline at end of file