Skip to content

Commit

Permalink
Api endpoint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thspinto committed Aug 10, 2015
1 parent 6bb7424 commit 31ca52c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MosesWebservice/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
name='usersCRUD'),

url(r'^users/byGroup/(?P<pk>[0-9]+)/$',
views.GroupUserDetailByUser.as_view(),
views.GroupUserDetailByGroup.as_view(),
name='usersByGroup'),

url(r'^users/(?P<pk>[0-9&]+)/$',
Expand All @@ -30,7 +30,7 @@
name='addGroupUser'),

url(r'^groups/byUser/(?P<pk>[0-9]+)/$',
views.GroupUserDetailByGroup.as_view(),
views.GroupUserDetailByUser.as_view(),
name='groupsByUser'),

# Bill
Expand Down

0 comments on commit 31ca52c

Please sign in to comment.