Skip to content

Commit b2fc3fd

Browse files
committed
Fix api
1 parent 6228784 commit b2fc3fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/no/nav/klage/document/api/DocumentController.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class DocumentController(
2828
value = "Create document",
2929
notes = "Create document"
3030
)
31-
@PostMapping("/")
31+
@PostMapping("")
3232
fun createDocument(
3333
@RequestBody json: String
3434
): DocumentView {

0 commit comments

Comments
 (0)