From 78663c09c786f2754c0b3c4cc91c32bff5c5aaee Mon Sep 17 00:00:00 2001 From: ITQ Date: Sun, 19 Jan 2025 19:32:06 +0300 Subject: [PATCH] fix: fixed dummy typo --- solution/api/v1/ping/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solution/api/v1/ping/views.py b/solution/api/v1/ping/views.py index d8125f0..60fe92b 100644 --- a/solution/api/v1/ping/views.py +++ b/solution/api/v1/ping/views.py @@ -16,4 +16,4 @@ router = Router(tags=["ping"]) def index( request: HttpRequest, ) -> schemas.PingOut: - return schemas.PingOut(message_from_basement="АЛЕКСАНДР ШАХОВ Я ВАШ ФОНАТ") + return schemas.PingOut(message_from_basement="АЛЕКСАНДР ШАХОВ Я ВАШ ФAНАТ")