Skip to content

Commit

Permalink
Change "_" en "-" dans l'API des membres
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-24 committed May 7, 2015
1 parent 4d29e17 commit 7e3cd34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zds/member/api/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

urlpatterns = patterns('',
url(r'^$', MemberListAPI.as_view(), name='api-member-list'),
url(r'^mon_profil/$', MemberMyDetailAPI.as_view(), name='api-member-profile'),
url(r'^mon-profil/$', MemberMyDetailAPI.as_view(), name='api-member-profile'),
url(r'^(?P<pk>[0-9]+)/$', MemberDetailAPI.as_view(), name='api-member-detail'),
url(r'^(?P<pk>[0-9]+)/lecture-seule/$', MemberDetailReadingOnly.as_view(),
name='api-member-read-only'),
Expand Down

0 comments on commit 7e3cd34

Please sign in to comment.