feat: qna 조회 수정

This commit is contained in:
박정민 2024-08-09 10:25:24 +09:00
parent 5c63fb2362
commit 479649a987

View File

@ -63,10 +63,7 @@ public class ReportController {
return new ResponseEntity<>(detailReport, HttpStatus.OK);
}
<<<<<<< HEAD
=======
>>>>>>> 935331e7e93d9c25ec6f32ba6155ed19b5fd60f9
@GetMapping("/teacher/reportSet/{lectureId}")
public ResponseEntity<List<ReportSetResponse>> searchReportSets(@PathVariable("lectureId") long lectureId) {
List<ReportSetResponse> reportSetResponses = reportService.findReportSets(lectureId);