diff options
Diffstat (limited to 'index.js')
| -rw-r--r-- | index.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -205,5 +205,5 @@ app.get("/logout", (req, res) => { }); }); -const port = 3000; +const port = process.env.PORT; app.listen(port, () => console.log(`Server running on http://localhost:${port}`)); |
