Skip to content

Commit

Permalink
πŸ“ :: GET -> POST
Browse files Browse the repository at this point in the history
  • Loading branch information
gurdl0525 committed Nov 20, 2023
1 parent 40f7bc2 commit faba04c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class DiaryController(
@GetMapping("/ago")
fun getSevenDaysAgo() = diaryService.getSevenDaysAgo()

@GetMapping("/chat")
@PostMapping("/chat")
fun test(
@RequestBody @Valid
req: ChattingWithGPTRequest
Expand Down

0 comments on commit faba04c

Please sign in to comment.