From 8b9950ac479aeafcf74259e8a60487d711588bd0 Mon Sep 17 00:00:00 2001 From: emile Date: Mon, 16 Sep 2024 10:08:35 +0300 Subject: [PATCH] new --- osinaweb/osichat/api/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osinaweb/osichat/api/views.py b/osinaweb/osichat/api/views.py index bd3aff72..babf7229 100644 --- a/osinaweb/osichat/api/views.py +++ b/osinaweb/osichat/api/views.py @@ -74,7 +74,7 @@ def get_staffs(request): -@api_view(['GET']) +@api_view(['POST']) def start_conversation(request): try: token_data = verify(request.headers.get("Authorization"))