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