Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 443 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 443 Bytes

api-basic

Route HTTP Description
/api/users GET Get all teachers
/api/users/:id GET Get a single teachers
/api/users POST Create a teacher
/api/users/:id DELETE Delete a teacher
/api/users/:id PUT Update a teacher with new info