From 95f0097ce5c44dbf9ad5c8a60a12c94c4c036ff2 Mon Sep 17 00:00:00 2001 From: AdrienLSH Date: Tue, 14 May 2024 08:17:33 +0200 Subject: [PATCH] oops --- chat/views/chat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat/views/chat.py b/chat/views/chat.py index d3ca70a..bb7c14a 100644 --- a/chat/views/chat.py +++ b/chat/views/chat.py @@ -6,7 +6,7 @@ from rest_framework.authentication import SessionAuthentication from django.contrib.auth.models import User from ..models import ChatChannelModel, ChatMemberModel -from ..serializers import ChatChannelSerializer +from ..serializers.chat import ChatChannelSerializer class ChannelView(APIView):