deploy done

This commit is contained in:
2021-11-28 01:44:07 -03:00
parent 22d0242539
commit 4727cd8a6a
4 changed files with 5 additions and 3 deletions

View File

@@ -75,4 +75,4 @@ app.get('/', (req, res) => {
})
})
app.listen(port)
app.listen(process.env.PORT || port)