Class DashboardController
java.lang.Object
edu.ucsb.cs156.happiercows.controllers.DashboardController
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DashboardController
public DashboardController()
-
-
Method Details
-
histogram
@PreAuthorize("hasRole(\'ROLE_ADMIN\')") @GetMapping("/histogram/{id}") public Iterable<UserCommons> histogram(@PathVariable Long id)
-