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