chat: fix and opti
This commit is contained in:
@ -5,6 +5,5 @@ from django.conf.urls.static import static
|
||||
from . import views
|
||||
|
||||
urlpatterns = [
|
||||
path("<int:pk>", views.ChatView.as_view(), name="chat_page"),
|
||||
path("", views.ChatsView.as_view(), name="chats_page"),
|
||||
path("", views.ChannelView.as_view(), name="chats_page"),
|
||||
]
|
||||
|
Reference in New Issue
Block a user