Skip to content

Commit

Permalink
change: port to heroku deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
arieldossantos committed Nov 14, 2020
1 parent f3433cd commit 1ae824d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ fun Application.module() {
fun main() {
embeddedServer(
Netty,
port = 8080,
port = 80,
module = Application::module
).start()
}

0 comments on commit 1ae824d

Please sign in to comment.