Skip to content

Commit 2cda3bb

Browse files
committed
Improving api
1 parent b2fc3fd commit 2cda3bb

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
@@ -82,7 +82,7 @@ class DocumentController(
8282
value = "Reply to a given comment",
8383
notes = "Reply to a given comment"
8484
)
85-
@PostMapping("/{documentId}/comments/{commentId}")
85+
@PostMapping("/{documentId}/comments/{commentId}/replies")
8686
fun replyToComment(
8787
@PathVariable("documentId") documentId: UUID,
8888
@PathVariable("commentId") commentId: UUID,

0 commit comments

Comments
 (0)