Skip to content

Commit

Permalink
Merge pull request #509 from navikt/dev
Browse files Browse the repository at this point in the history
Deploy allow veilarbaktivitet i oppfolgingscontroller
  • Loading branch information
tu55eladd authored Jan 9, 2023
2 parents 862be0f + a354379 commit 4201c19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
@RequestMapping("/api/v2/oppfolging")
@RequiredArgsConstructor
public class OppfolgingV2Controller {
private final static List<String> ALLOWLIST = List.of("veilarbvedtaksstotte", "veilarbdialog");
private final static List<String> ALLOWLIST = List.of("veilarbvedtaksstotte", "veilarbdialog", "veilarbaktivitet");
private final OppfolgingService oppfolgingService;

private final AuthService authService;
Expand Down

0 comments on commit 4201c19

Please sign in to comment.