diff --git a/webserver/src/main/kotlin/org/jeudego/pairgoth/application/Pairgoth.kt b/webserver/src/main/kotlin/org/jeudego/pairgoth/application/Pairgoth.kt index 979f8f9..ef46c26 100644 --- a/webserver/src/main/kotlin/org/jeudego/pairgoth/application/Pairgoth.kt +++ b/webserver/src/main/kotlin/org/jeudego/pairgoth/application/Pairgoth.kt @@ -108,7 +108,7 @@ private fun launchServer() { } // create server - val server = Server(8080) // CB TODO port is to be calculated from webapp.url + val server = Server() // register webapps server.handler = ContextHandlerCollection(apiContext, viewContext)