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 67ef306 commit 13c483a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ fun Route.registerFastlegeinformasjonApi(fastlegeinformasjonService: Fastlegeinf
} else {
logger.info("Hentet fastlegeinformasjonexport for kommunenr: $kommunenr")
// TODO zip

call.respond(fastlegeinformasjonexport)
call.respond(byteArrayOf(0x48, 101, 108, 108, 111))
// call.respond(fastlegeinformasjonexport)
}
}
}

0 comments on commit 13c483a

Please sign in to comment.