Skip to content

Commit

Permalink
Revert port change
Browse files Browse the repository at this point in the history
  • Loading branch information
keynmol committed Jul 16, 2024
1 parent c3ad95a commit 091a402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/examples/shared/src/main/scala/server.scala
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ object server extends IOApp.Simple {
EmberServerBuilder
.default[IO]
.withHttpApp(_)
.withPort(port"9777")
.withPort(port"8080")
.withHost(host"localhost")
.build
)
Expand Down

0 comments on commit 091a402

Please sign in to comment.