Skip to content

Commit

Permalink
chore: reverting auth check on getOppgave
Browse files Browse the repository at this point in the history
  • Loading branch information
jaflaten committed Dec 2, 2024
1 parent 105dbe6 commit beddf27
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ class NasjonalOppgaveController(
}

@GetMapping("/oppgave/{oppgaveid}")
@PreAuthorize("@oppgaveSecurityService.hasAccessToNasjonalOppgave(#oppgaveId)")
@ResponseBody
suspend fun getPapirsykmeldingManuellOppgave(
@PathVariable oppgaveid: String,
Expand Down

0 comments on commit beddf27

Please sign in to comment.