Skip to content

Commit 84c7cbd

Browse files
GRAD2-3276 - Remove test data
1 parent a4242b1 commit 84c7cbd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

api/src/main/java/ca/bc/gov/educ/api/graduation/controller/GraduationController.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
import jakarta.validation.constraints.NotNull;
2424
import lombok.extern.slf4j.Slf4j;
2525
import org.apache.commons.codec.binary.Base64;
26+
import org.springframework.beans.factory.annotation.Autowired;
2627
import org.springframework.http.HttpHeaders;
2728
import org.springframework.http.HttpStatus;
2829
import org.springframework.http.MediaType;
@@ -51,6 +52,7 @@ public class GraduationController {
5152

5253
ResponseHelper response;
5354

55+
@Autowired
5456
public GraduationController(GraduationService gradService, SchoolReportsService schoolReportsService,
5557
DistrictReportService districtReportService, ReportService reportService,
5658
ResponseHelper response) {

0 commit comments

Comments
 (0)