박지환

Change port number

...@@ -186,5 +186,5 @@ app.get("/", function (req, res) { ...@@ -186,5 +186,5 @@ app.get("/", function (req, res) {
186 186
187 init(); 187 init();
188 188
189 -const port = 8888; 189 +const port = 8080;
190 app.listen(port, () => console.log("Listening on port " + port)); 190 app.listen(port, () => console.log("Listening on port " + port));
......