Skip to content

Commit

Permalink
changed port to 8080
Browse files Browse the repository at this point in the history
  • Loading branch information
mikrise2 committed Nov 13, 2023
1 parent ccf5b38 commit 08b4af6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import org.jetbrains.research.tasktracker.database.DatabaseFactory
import org.jetbrains.research.tasktracker.plugins.configureRouting

fun main() {
embeddedServer(Netty, port = 8888, host = "0.0.0.0", module = Application::module)
embeddedServer(Netty, port = 8080, host = "0.0.0.0", module = Application::module)
.start(wait = true)
}

Expand Down

0 comments on commit 08b4af6

Please sign in to comment.