From 4104c8778bb9239913d1ff86ee06333ed61d3fce Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Sat, 31 Aug 2019 00:33:47 +0200 Subject: [PATCH] Change listening port --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 950b9dd..592dc1c 100644 --- a/index.js +++ b/index.js @@ -75,4 +75,4 @@ app.use((error, req, res, next) => { } }); -app.listen(3000); +app.listen(3842);