Dynamic Routes Lab
Introduction
We've provided a basic Item class. Let's get more information on our items.
Instructions
- Your application should only accept the
/items/<ITEM NAME>route. Everything else should404 - If a user requests
/items/<Item Name>it should return the price of that item - IF a user requests an item that you don't have, then return a
400and an error message