When trying to get restaurant by its name we have a problem when there are many restaurants in their name example. 3 mcdonalds in one city. I think url should look like http://localhost:5001/restaurants/Tasty_Treats/{restaurant_id} not
http://localhost:5001/restaurants/Tasty_Treats/
When trying to get restaurant by its
name
we have a problem when there are many restaurants in their name example. 3 mcdonalds in one city. I think url should look likehttp://localhost:5001/restaurants/Tasty_Treats/{restaurant_id}
nothttp://localhost:5001/restaurants/Tasty_Treats/