Chat finish; add invitation; friend; see online users if he is your friend
This commit is contained in:
@ -11,5 +11,6 @@ urlpatterns = [
|
||||
path("", viewsets.ProfileViewSet.as_view({'get': 'list'}), name="profiles_list"),
|
||||
path("block", views.BlocksView.as_view(), name="block_page"),
|
||||
path("block/<int:pk>", views.BlockView.as_view(), name="block_page"),
|
||||
path("friend", views.FriendsView.as_view(), name="friend_page"),
|
||||
|
||||
] + static("/static/avatars/", document_root="./avatars")
|
||||
|
Reference in New Issue
Block a user