From 76fbbc2c6812d78999b20a2de7b419e1f0ed3e94 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 17 Sep 2020 21:57:07 +0200 Subject: Server sync --- motto/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'motto/index.js') 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); -- cgit v1.2.3