diff --git a/index.js b/index.js index f70f43e..9807afa 100644 --- a/index.js +++ b/index.js @@ -119,7 +119,7 @@ async function initDb() { } }); - const PORT = process.env.PORT || 3000; + const PORT = process.env.PORT || 3001; app.listen(PORT, () => { console.log(`Server running on port ${PORT}`); }); diff --git a/package.json b/package.json index 63b45ee..b9707c9 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,7 @@ "main": "index.js", "scripts": { "start": "node index.js", - "airclientauth": "node index.js", - "test": "echo \"Error: no test specified\" && exit 1" + "airclientauth": "node index.js" }, "keywords": [], "author": "",