🔧 Fjernet Hello World!!! alle verdens problemer borte?

Co-authored-by: Sindre Kjelsrud <sindre.kjelsrud@nav.no>
Co-authored-by: Amalie Mansåker <amalie.erdal.mansaker@nav.no>
Co-authored-by: Christian Bulow Skovborg <christian.bulow.skovborg@nav.no>
This commit is contained in:
Markus Johansen 2023-07-13 13:11:05 +02:00
parent 40cfbf0e09
commit 670eb3ae73

View file

@ -34,9 +34,6 @@ fun configureRouting(): ApplicationEngine = embeddedServer(CIO, applicationEngin
it.endsWith(".txt")
}
}
get("/") {
call.respondText("Hello World!")
}
get("/isalive"){
call.respondText("ALIVE")
}