Class DriverShiftController

java.lang.Object
edu.ucsb.cs156.gauchoride.controllers.ApiController
edu.ucsb.cs156.gauchoride.controllers.DriverShiftController

@RequestMapping("/api/drivershifts") @RestController public class DriverShiftController extends ApiController
  • Constructor Details

    • DriverShiftController

      public DriverShiftController()
  • Method Details

    • getAllDriverShifts

      @PreAuthorize("hasRole(\'ROLE_ADMIN\') || hasRole(\'ROLE_DRIVER\')") @GetMapping("/all") public Iterable<DriverShift> getAllDriverShifts()