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: {