Skip to content

Commit cad543c

Browse files
authored
release: 1.5.4 (#166)
2 parents f1eb400 + d0dad7b commit cad543c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/kotlin/org/gitanimals/quiz/app/InboxApi.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
package org.gitanimals.quiz.app
22

33
import org.gitanimals.inbox.domain.InboxType
4-
import org.springframework.web.bind.annotation.PostMapping
4+
import org.springframework.web.service.annotation.PostExchange
55
import java.time.Instant
66

77
fun interface InboxApi {
88

9-
@PostMapping("/internals/inboxes")
9+
@PostExchange("/internals/inboxes")
1010
fun inputInbox(request: InboxInputRequest)
1111

1212
data class InboxInputRequest(

0 commit comments

Comments
 (0)