Mise à jour de 'Sources/src/main/kotlin/allin/Application.kt'
continuous-integration/drone/push Build is passing Details

pull/12/head
Lucas EVARD 11 months ago
parent 1aa6eb1329
commit 0621d8c406

@ -37,7 +37,7 @@ val Application.dataSource: AllInDataSource
get() = allInDataSource get() = allInDataSource
fun main() { fun main() {
embeddedServer(Netty, port = 10001, host = "0.0.0.0") { embeddedServer(Netty, port = 8080, host = "0.0.0.0") {
extracted() extracted()
}.start(wait = true) }.start(wait = true)
} }

Loading…
Cancel
Save