Skip to content

Commit

Permalink
Adjusted casing.
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvind-wedoe committed Dec 12, 2024
1 parent 06eba23 commit 5dda9f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class InnsynController(
)
@GetMapping("/documents/{journalpostId}")
fun getDocument(
@PathVariable("journalpostid") journalpostId: String,
@PathVariable("journalpostId") journalpostId: String,
): ResponseEntity<Resource> {
val identFromToken = tokenUtil.getSubjectFromTokenXToken()
logMethodDetails(
Expand Down

0 comments on commit 5dda9f0

Please sign in to comment.