From 8d8a4cf26dd5e78298a14fe5e5439a159df1e34f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amalie=20Mans=C3=A5ker?= Date: Wed, 26 Jul 2023 12:26:53 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=B0=EF=B8=8F=20=20Fjerner=20variabel=20kn?= =?UTF-8?q?yttet=20til=20tidligere=20kode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sindre Kjelsrud Co-authored-by: Markus A. R. Johansen --- backend/src/main/kotlin/no/nav/helse/sprik/plugins/Routing.kt | 1 - 1 file changed, 1 deletion(-) 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 318d00a..3155ca5 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 @@ -17,7 +17,6 @@ import no.nav.helse.sprik.modell.Feilmelding fun configureRouting(): ApplicationEngine = embeddedServer(CIO, applicationEngineEnvironment { //Repositories for handlinger mot database: val feilmeldingRepository = FeilmeldingRepository() - val sokemotor = Sokemotor() module { install(CORS) {