Skip to content

Commit

Permalink
API er nå v1
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinLundSadun committed Jan 6, 2025
1 parent 608798f commit e4a864d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/no/nav/familie/pdf/pdf/PdfController.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import org.springframework.web.bind.annotation.RequestMapping
import org.springframework.web.bind.annotation.RestController

@RestController
@RequestMapping("api/pdf")
@RequestMapping("api/v1/pdf")
@ProtectedWithClaims(
issuer = "azuread",
)
Expand Down

0 comments on commit e4a864d

Please sign in to comment.