From 444c16b0b4df8a6d63a2d212c21890d1e7fb9483 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= Date: Mon, 10 Oct 2022 20:25:11 +0000 Subject: [PATCH] typo --- api/advent22_api/routers/days.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/advent22_api/routers/days.py b/api/advent22_api/routers/days.py index 4fb8018..fa97652 100644 --- a/api/advent22_api/routers/days.py +++ b/api/advent22_api/routers/days.py @@ -194,5 +194,5 @@ async def get_picture_for_day( return StreamingResponse( content=img_buffer, - media_type="image/jpg", + media_type="image/jpeg", )