Create an endpoint that responds to a get request with a query field being recipe id. It authorizes that the user is the owner of the recipe, then if so, it will render the recipe_results page with the title being the cookbook name and the list of recipes being what is in the cookbook.
Create an endpoint that responds to a get request with a query field being recipe id. It authorizes that the user is the owner of the recipe, then if so, it will render the recipe_results page with the title being the cookbook name and the list of recipes being what is in the cookbook.