add comment
This commit is contained in:
@@ -40,6 +40,7 @@ public class FilmController {
|
||||
@GetMapping("/films/count")
|
||||
@Operation(description = "Статистика по кол-вам сущностей")
|
||||
public CountStatisticDto count() {
|
||||
//return filmService.countStatistic();
|
||||
return statisticService.getCountStatistic();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user