Skip to content

Commit

Permalink
API går mot v1 (#1200)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinLundSadun authored Jan 6, 2025
1 parent f688bb0 commit 4a58107
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class PdfKvitteringClient(
val uri =
UriComponentsBuilder
.fromUri(uri)
.pathSegment("api/pdf/opprett-pdf")
.pathSegment("api/v1/pdf/opprett-pdf")
.build()
.toUri()
return postForEntity(uri, feltMap, HttpHeaders().medContentTypeJsonUTF8())
Expand Down

0 comments on commit 4a58107

Please sign in to comment.