We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a5238c + df424ce commit ed79ba1Copy full SHA for ed79ba1
1 file changed
src/main/java/inu/codin/codin/domain/admin/controller/AdminController.java
@@ -28,7 +28,7 @@ public ResponseEntity<SingleResponse<?>> esReindexing() {
28
}
29
30
@Operation(summary = "모든 교과목 데이터 AI 요약본 재생성")
31
- @PostMapping("/es-reindexing")
+ @PostMapping("/ai-re-summarize")
32
@PreAuthorize("hasAnyRole('ADMIN')")
33
public ResponseEntity<SingleResponse<?>> reAiSummarize() {
34
adminService.reSummarizeAllLectures();
0 commit comments