From 670eb3ae73fcef76cca89eb3d4ec518f65196f3f Mon Sep 17 00:00:00 2001 From: Markus Johansen Date: Thu, 13 Jul 2023 13:11:05 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Fjernet=20Hello=20World!!!=20all?= =?UTF-8?q?e=20verdens=20problemer=20borte=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sindre Kjelsrud Co-authored-by: Amalie Mansåker Co-authored-by: Christian Bulow Skovborg --- backend/src/main/kotlin/no/nav/helse/sprik/plugins/Routing.kt | 3 --- 1 file changed, 3 deletions(-) diff --git a/backend/src/main/kotlin/no/nav/helse/sprik/plugins/Routing.kt b/backend/src/main/kotlin/no/nav/helse/sprik/plugins/Routing.kt index 9ae4afc..b2d70ec 100644 --- a/backend/src/main/kotlin/no/nav/helse/sprik/plugins/Routing.kt +++ b/backend/src/main/kotlin/no/nav/helse/sprik/plugins/Routing.kt @@ -34,9 +34,6 @@ fun configureRouting(): ApplicationEngine = embeddedServer(CIO, applicationEngin it.endsWith(".txt") } } - get("/") { - call.respondText("Hello World!") - } get("/isalive"){ call.respondText("ALIVE") }