0.1.33
chat routines
This commit is contained in:
@@ -9,6 +9,8 @@ urlpatterns = [
|
||||
|
||||
path('registration/', registration_View, name='registration_page'),
|
||||
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'),
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user