Skip to content

Commit

Permalink
Change port because for some reason the default port is not working...?
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowerGamerBR committed Nov 16, 2024
1 parent 1aacac1 commit 3d3ecf6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class EtherealGambi(val config: EtherealGambiConfig) {
}
)

val server = embeddedServer(CIO) {
val server = embeddedServer(CIO, port = 8080) {
// Enables gzip and deflate compression
install(Compression)

Expand Down

0 comments on commit 3d3ecf6

Please sign in to comment.