Create endpoints for Admin
Closed this issue · 0 comments
hnadrian commented
Create the following endpoints with the specified URLs:
- Create an Admin (api/admin) POST
- Retrieve all Admins (api/admin) GET
- Retrieve one specific Admin (api/admin/<id>) GET
- Edit an Admin (api/admin/<id>) PUT
- Delete an Admin (api/admin/<id>) DELETE