Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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)); | ... | ... |
-
Please register or login to post a comment