Skip to content

Commit

Permalink
change port on heroku to
Browse files Browse the repository at this point in the history
  • Loading branch information
Kry9toN committed Jan 24, 2021
1 parent d4b843c commit 0d7dd97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/web.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const web = async (client) => {
})

// Run the server
const PORT = 3000
const PORT = process.env.PORT || 8080
httpServer.listen(PORT, () => {
console.log(color('[INFO] Web api Server on port: ', 'green') + color(`${PORT}`, 'yellow'))
})
Expand Down

0 comments on commit 0d7dd97

Please sign in to comment.