Skip to content

Commit

Permalink
refactor : free chat
Browse files Browse the repository at this point in the history
  • Loading branch information
NameIsUser06 committed Jan 8, 2024
1 parent 9cbe131 commit d99cb8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public ResponseEntity<List<ChatResponse>> getListChat(@RequestParam Long id, Htt
return getListChatService.execute(id, httpServletRequest);
}

@GetMapping("/free")
@PostMapping("/free")
public ResponseEntity<GenerateChatResponse> freeChat(@RequestBody ChatRequest request) {
return freeChatService.execute(request);
}
Expand Down

0 comments on commit d99cb8f

Please sign in to comment.