diff --git a/start.js b/start.js index 82b8737..01c74fd 100644 --- a/start.js +++ b/start.js @@ -1,7 +1,8 @@ //Starts import app from "./app.js"; -const PORT = process.env.PORT || 3000; + +const PORT = process.env.PORT || 7653; app.listen(PORT, () => { console.log(`Transit API http://localhost:${PORT}`); -}); \ No newline at end of file +});