We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39182b7 commit cf87583Copy full SHA for cf87583
src/main/kotlin/no/nav/eessi/pensjon/fagmodul/api/SedController.kt
@@ -121,7 +121,7 @@ class SedController(
121
}
122
123
@Protected
124
- @PostMapping("/post/pdf")
+ @PostMapping("/sed/pdf")
125
fun lagPdf(@RequestBody pdfJson: String): ResponseEntity<String> {
126
return pdfGenerert.measure {
127
return@measure try {
@@ -139,4 +139,6 @@ class SedController(
139
140
141
142
+
143
144
0 commit comments