diff options
Diffstat (limited to 'motto/index.js')
-rw-r--r-- | motto/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/motto/index.js b/motto/index.js index 429e367..eb1acab 100644 --- a/motto/index.js +++ b/motto/index.js @@ -92,4 +92,4 @@ app.on("close", () => { create_db(); console.log("Listening on port 3000"); -app.listen(3000); +app.listen(5005); |