lta-unimib / progetto-brew-day-1-brew-day-birra

progetto-brew-day-1-brew-day-birra created by GitHub Classroom
GNU General Public License v3.0
0 stars 1 forks source link

Extract POST /api/shopping Handler from ShoppingEndpoint and put it in a new DoShoppingEndpoint #147

Closed frefolli closed 1 year ago

frefolli commented 1 year ago

ShoppingEndpoint has mapping /api/shopping/{recipeID}, which is incompatible with POST /api/shopping. Assign to DoShoppingEndpoint the mapping /api/shopping.