Skip to content

Commit

Permalink
chore: tempt send test hello
Browse files Browse the repository at this point in the history
  • Loading branch information
MikAoJk committed Oct 18, 2024
1 parent 13c483a commit 06b3dd9
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ fun Route.registerFastlegeinformasjonApi(fastlegeinformasjonService: Fastlegeinf
return@get
}

/*
val fastlegeinformasjonexport =
fastlegeinformasjonService.hentFastlegeinformasjonExport(kommunenr)
if (fastlegeinformasjonexport == null) {
call.respond(
HttpStatusCode.NotFound,
Expand All @@ -34,5 +36,7 @@ fun Route.registerFastlegeinformasjonApi(fastlegeinformasjonService: Fastlegeinf
call.respond(byteArrayOf(0x48, 101, 108, 108, 111))
// call.respond(fastlegeinformasjonexport)
}
*/
call.respond(byteArrayOf(0x48, 101, 108, 108, 111))
}
}

0 comments on commit 06b3dd9

Please sign in to comment.