From 6579b43bdcc3b54f815bf61102e2728c5f3445a3 Mon Sep 17 00:00:00 2001 From: urec56 Date: Sat, 10 Feb 2024 18:38:05 +0300 Subject: [PATCH] =?UTF-8?q?=D0=92=D0=B5=D1=80=D0=BD=D1=83=D0=BB=20=D1=8D?= =?UTF-8?q?=D0=BD=D0=B4=D0=BF=D0=BE=D0=B8=D0=BD=D1=82=20=D0=BE=D1=82=D0=BF?= =?UTF-8?q?=D1=80=D0=B0=D0=B2=D0=BA=D0=B8=20=D1=81=D0=BE=D0=BE=D0=B1=D1=89?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chat_test/app/users/chat/websocket.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/chat_test/app/users/chat/websocket.py b/chat_test/app/users/chat/websocket.py index 620af98..a213108 100644 --- a/chat_test/app/users/chat/websocket.py +++ b/chat_test/app/users/chat/websocket.py @@ -48,6 +48,3 @@ async def websocket_endpoint(chat_id: int, user_id: int, websocket: WebSocket): manager.disconnect(chat_id, websocket) -@router.post("") -async def chroot(): - pass