From fb9cfc0390e93b76caf6bd34bfb14d1882082739 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= Date: Tue, 15 Nov 2022 22:56:39 +0000 Subject: [PATCH] NEIN --- api/advent22_api/routers/abspacken.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/advent22_api/routers/abspacken.py b/api/advent22_api/routers/abspacken.py index eb30c99..acb9fb4 100644 --- a/api/advent22_api/routers/abspacken.py +++ b/api/advent22_api/routers/abspacken.py @@ -35,7 +35,7 @@ async def torsten(ding: str) -> str: "/kys", responses={ status.HTTP_200_OK: { - "description": "Success", + "description": "Einfach NEIN", "content": None, }, status.HTTP_418_IM_A_TEAPOT: {