@ -15,7 +15,7 @@ import org.springframework.web.bind.annotation.*;
@RestController
@RequestMapping("/REPORT")
public class Report {
public class ReportController {
@Autowired
public ReportService reportService;