Class DashboardController

java.lang.Object
edu.ucsb.cs156.happiercows.controllers.DashboardController

@RequestMapping("/api/dashboard") @RestController public class DashboardController extends Object
  • Constructor Details

    • DashboardController

      public DashboardController()
  • Method Details

    • histogram

      @PreAuthorize("hasRole(\'ROLE_ADMIN\')") @GetMapping("/histogram/{id}") public Iterable<UserCommons> histogram(@PathVariable Long id)