Skip to content

Commit

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

@Protected
@PostMapping("/post/pdf")
@PostMapping("/sed/pdf")
fun lagPdf(@RequestBody pdfJson: String): ResponseEntity<String> {
return pdfGenerert.measure {
return@measure try {
Expand All @@ -139,4 +139,6 @@ class SedController(
}
}
}


}

0 comments on commit cf87583

Please sign in to comment.