Skip to content

Commit cf87583

Browse files
committed
Revert "F - Endrer mapping til /sed/post/pdf"
This reverts commit 39182b7.
1 parent 39182b7 commit cf87583

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/kotlin/no/nav/eessi/pensjon/fagmodul/api/SedController.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ class SedController(
121121
}
122122

123123
@Protected
124-
@PostMapping("/post/pdf")
124+
@PostMapping("/sed/pdf")
125125
fun lagPdf(@RequestBody pdfJson: String): ResponseEntity<String> {
126126
return pdfGenerert.measure {
127127
return@measure try {
@@ -139,4 +139,6 @@ class SedController(
139139
}
140140
}
141141
}
142+
143+
142144
}

0 commit comments

Comments
 (0)