Remove duplicate response in Main.kt routing

This commit is contained in:
Stefan Mogeritsch 2026-02-27 13:15:15 +01:00
parent 15fb6c1d28
commit e84df59c63

View File

@ -11,7 +11,6 @@ fun main() {
routing {
get("/") {
call.respondText("Zora meldet: Kotlin-Service ist ONLINE auf ARM64! 🚀")
call.respondText("Zora meldet: Kotlin-Service ist ONLINE auf ARM64! 🚀")
}
}
}.start(wait = true)