Skip to content

Commit

Permalink
Update FastlegeinformasjonApi.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
MikAoJk authored Oct 20, 2024
1 parent dc6a011 commit a522dcb
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ fun Route.registerFastlegeinformasjonApi(fastlegeinformasjonService: Fastlegeinf
"Størrelse for kommunenr: $kommunenr er: (${fastlegeinformasjonexport.size / 1024}} KB)",
)

call.respondBytes(fastlegeinformasjonexport)
call.respondOutputStream {
write(fastlegeinformasjonexport)

}

}

}

0 comments on commit a522dcb

Please sign in to comment.