Skip to content

Commit ed79ba1

Browse files
committed
Merge branch 'develop'
2 parents 0a5238c + df424ce commit ed79ba1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/inu/codin/codin/domain/admin/controller/AdminController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public ResponseEntity<SingleResponse<?>> esReindexing() {
2828
}
2929

3030
@Operation(summary = "모든 교과목 데이터 AI 요약본 재생성")
31-
@PostMapping("/es-reindexing")
31+
@PostMapping("/ai-re-summarize")
3232
@PreAuthorize("hasAnyRole('ADMIN')")
3333
public ResponseEntity<SingleResponse<?>> reAiSummarize() {
3434
adminService.reSummarizeAllLectures();

0 commit comments

Comments
 (0)