Skip to content

Commit

Permalink
F - Endrer mapping til /sed/pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
dskarpas committed Jan 17, 2025
1 parent cf87583 commit e06671e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ class SedController(
}

@Protected
@PostMapping("/sed/pdf")
@PostMapping("/pdf")
fun lagPdf(@RequestBody pdfJson: String): ResponseEntity<String> {
return pdfGenerert.measure {
return@measure try {
Expand Down

0 comments on commit e06671e

Please sign in to comment.