Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Esterello2 committed Dec 7, 2023
1 parent e6670af commit 31d910c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chigame/api/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

user_patterns = [
path("", views.UserListView.as_view(), name="api-user-list"),
path("register/", views.UserRegistrationView.as_view(), name="user-registration"),
path("add/", views.UserRegistrationView.as_view(), name="user-registration"),
path("<slug:slug>/", views.UserDetailView.as_view(), name="api-user-detail"),
path("<slug:slug>/groups/", views.UserGroupsView.as_view(), name="api-user-groups"),
path("<int:pk>/friends/", views.UserFriendsAPIView.as_view(), name="api-user-friends"),
Expand Down

0 comments on commit 31d910c

Please sign in to comment.