🔧 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:
parent
40cfbf0e09
commit
670eb3ae73
1 changed files with 0 additions and 3 deletions
|
@ -34,9 +34,6 @@ fun configureRouting(): ApplicationEngine = embeddedServer(CIO, applicationEngin
|
|||
it.endsWith(".txt")
|
||||
}
|
||||
}
|
||||
get("/") {
|
||||
call.respondText("Hello World!")
|
||||
}
|
||||
get("/isalive"){
|
||||
call.respondText("ALIVE")
|
||||
}
|
||||
|
|
Reference in a new issue