Skip to content

Commit

Permalink
Bytte til post
Browse files Browse the repository at this point in the history
  • Loading branch information
perkynades committed Nov 7, 2024
1 parent eef0b23 commit c617f29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ fun Route.behandlingSakRoutes(
accessPolicyRolesEllerAdGrupper = setOf("les-bp-sak", "les-oms-sak")
}

get ("oms/har_sak") {
post("oms/har_sak") {
val foedselsnummer = call.receive<FoedselsnummerDTO>()
val saker = behandlingService.hentSakforPerson(foedselsnummer)

Expand Down

0 comments on commit c617f29

Please sign in to comment.