From 0621d8c406b1a4d0a5c861908e8fbed44186cc66 Mon Sep 17 00:00:00 2001 From: Lucas EVARD Date: Mon, 13 May 2024 19:35:01 +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 e9e3297..9b4f0f8 100644 --- a/Sources/src/main/kotlin/allin/Application.kt +++ b/Sources/src/main/kotlin/allin/Application.kt @@ -37,7 +37,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) }