get_recipe_img
Get a recipe's static image by specifying the recipe ID and image file name.
Instructions
Get Recipe Img [GET /api/media/recipes/{recipe_id}/images/{file_name}] Takes in a recipe id, returns the static image. This route is proxied in the docker image and should not hit the API in production
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_name | Yes | ||
| recipe_id | Yes |