Class PersonalSectionsController
java.lang.Object
edu.ucsb.cs156.courses.controllers.ApiController
edu.ucsb.cs156.courses.controllers.PersonalSectionsController
@RequestMapping("/api/personalSections")
@RestController
public class PersonalSectionsController
extends ApiController
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class edu.ucsb.cs156.courses.controllers.ApiController
genericMessage, getCurrentUser, handleGenericException, handleIllegalArgumentException 
- 
Constructor Details
- 
PersonalSectionsController
public PersonalSectionsController() 
 - 
 - 
Method Details