get_recipe_img
Retrieve a recipe's static image by providing its recipe ID and image file name. Access meal images directly.
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 |