Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
Unverified Commit 310a844c authored by Peter Kipping's avatar Peter Kipping Committed by GitHub
Browse files

Remove the POST endpoint from the /api/pets ressource (#216)

* removing the POST to the /petclinic/api/pets resource since it does not include a foreign key to the owners table and causes an error.  The resource POST to /petclinic/api/owners/{id}/pets does work since it includes the owner foreign key

* removing unneeded import statements

* updated readme to remove method
parent 33d4c0f7
Branches
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment