Learn
Code Challenge
Instructions
1.
Create a POST /soups route. It should add a new soup name to the soups
array from the name
property of the req.query
object. It should also set a status code for ‘Created’
Sign up to start coding
By signing up for Codecademy, you agree to Codecademy's Terms of Service & Privacy Policy.