From dfda4bd689d60fdf6e7dea014a6ffe3087e9e2b1 Mon Sep 17 00:00:00 2001 From: Lucas EVARD Date: Thu, 16 May 2024 08:38:06 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Sources/src/main/k?= =?UTF-8?q?otlin/allin/Application.kt'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sources/src/main/kotlin/allin/Application.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/src/main/kotlin/allin/Application.kt b/Sources/src/main/kotlin/allin/Application.kt index 0bc84fa..374fb93 100644 --- a/Sources/src/main/kotlin/allin/Application.kt +++ b/Sources/src/main/kotlin/allin/Application.kt @@ -38,7 +38,7 @@ val Application.dataSource: AllInDataSource get() = allInDataSource fun main() { - embeddedServer(Netty, port = 10001, host = "0.0.0.0") { + embeddedServer(Netty, port = 8080, host = "0.0.0.0") { extracted() }.start(wait = true) }