Open MackHalliday opened 4 years ago
Fixing bug for user story #4
As a user, when I make a POST request to api/v1/favorites, I should NOT be able to POST favorite that has already been created. A function should valid that the songTitle and artist together are unique.
api/v1/favorites
Fixing bug for user story #4
As a user, when I make a POST request to
api/v1/favorites
, I should NOT be able to POST favorite that has already been created. A function should valid that the songTitle and artist together are unique.