Class CourseController

java.lang.Object
edu.ucsb.cs156.happiercows.controllers.ApiController
edu.ucsb.cs156.happiercows.controllers.CourseController

@RequestMapping("/api/course") @RestController public class CourseController extends ApiController
  • Constructor Details

    • CourseController

      public CourseController()
  • Method Details

    • allOrganisations

      @PreAuthorize("hasRole(\'ROLE_USER\')") @GetMapping("/all") public Iterable<Course> allOrganisations()
      This method returns a list of all courses.
      Returns:
      a list of all courses