Skip to content

Commit

Permalink
πŸ“ ::
Browse files Browse the repository at this point in the history
  • Loading branch information
gurdl0525 committed Nov 19, 2023
1 parent 0da520d commit 06136d1
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")
@GetMapping("/chatting")
fun test(
@RequestBody @Valid
req: ChattingWithGPTRequest
Expand Down

0 comments on commit 06136d1

Please sign in to comment.