diff --git a/bitgouel-api/src/main/kotlin/team/msg/domain/lecture/presentation/LectureController.kt b/bitgouel-api/src/main/kotlin/team/msg/domain/lecture/presentation/LectureController.kt index 6727ef7a..2f5da100 100644 --- a/bitgouel-api/src/main/kotlin/team/msg/domain/lecture/presentation/LectureController.kt +++ b/bitgouel-api/src/main/kotlin/team/msg/domain/lecture/presentation/LectureController.kt @@ -91,6 +91,7 @@ class LectureController( return ResponseEntity.ok(response) } + @Deprecated("This API is deprecated. Use lectureReceiptStatusExcelByLecture API instead") @GetMapping("/excel") fun lectureReceiptStatusExcel(response: HttpServletResponse): ResponseEntity { lectureService.lectureReceiptStatusExcel(response)