Remove duplicate response in Main.kt routing
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user