Skip to content

Commit

Permalink
refactor: GPT Controller #24
Browse files Browse the repository at this point in the history
  • Loading branch information
masiljangajji committed Dec 8, 2024
1 parent 44d866e commit 16086f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
@Slf4j
@RestController
@RequiredArgsConstructor
@RequestMapping(value = "/api/chatGpt")
@RequestMapping("/api/chatGpt")
public class ChatGPTController {

private final ChatGPTService chatGPTService;
Expand Down

0 comments on commit 16086f9

Please sign in to comment.