Skip to content

Commit

Permalink
Merge pull request #147 from Say-Better/feature/146
Browse files Browse the repository at this point in the history
[Feature/146] 채팅 API 수정에 따른 docs 업데이트
  • Loading branch information
moir2407 authored Aug 13, 2024
2 parents 5a3b454 + f7828bb commit 9a08602
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class ChattingControllerTest : RestControllerTest() {
given()
.contentType(ContentType.JSON)
.body(ChattingRequest("requestSentence"))
.get("/api/chatting")
.post("/api/chatting")
.then()
.status(HttpStatus.OK)
.apply(
Expand Down

0 comments on commit 9a08602

Please sign in to comment.