Skip to content

Commit

Permalink
Riktig path infotrygd sykepenger (#1352)
Browse files Browse the repository at this point in the history
  • Loading branch information
jolarsen authored Mar 1, 2024
1 parent 4ec82e7 commit fbca609
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public Grunnlag[] getPaaroerendeSykdom(@QueryParam("fnr") String fnr,

@SuppressWarnings("unused")
@POST
@Path("/grunnlag")
@Path("/grunnlag/sykepenger")
@Produces({"application/json"})
@Operation(description = "foreldrepenger", responses = {
@ApiResponse(responseCode = "OK", description = "OK", content =@Content(schema = @Schema(implementation = Grunnlag.class))),
Expand Down

0 comments on commit fbca609

Please # to comment.