Skip to content

Commit

Permalink
add :: deprecated lectureReceiptStatusExcel api
Browse files Browse the repository at this point in the history
  • Loading branch information
KimTaeO committed Sep 12, 2024
1 parent 90d788c commit de2d68d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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<Unit> {
lectureService.lectureReceiptStatusExcel(response)
Expand Down

0 comments on commit de2d68d

Please sign in to comment.