chat v2
This commit is contained in:
SDE
2023-08-11 12:37:07 +03:00
parent bba583ae56
commit bbad0dc726
3 changed files with 11 additions and 0 deletions

View File

@@ -11,7 +11,9 @@ urlpatterns = [
path('', user_profile_View, name='user_profile'),
path('chat/<int:user_id>/', chat_w_user_View, name='chat_w_user'),
path('chat/', chat_w_user_View, name='chat_w_user_wo_user_id'),
path('login/', login_View, name='login_profile'),
path('logout/', logout_View, name='logout_profile'),
# ajax ----------------