X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/9186b07ad70787977f5b1e589bf20b7a4beed4c0..888f3e984aed72d6ba1c8beff8ad88fea40265e8:/apps/api/urls.py diff --git a/apps/api/urls.py b/apps/api/urls.py index d22d595a..5464374f 100644 --- a/apps/api/urls.py +++ b/apps/api/urls.py @@ -30,7 +30,7 @@ urlpatterns = patterns('', # Pull requests url(r"^pull-requests$", pullrequest_collection, - {'emitter_format': 'json'} ), + {'emitter_format': 'json'}, name="pullrequest_list" ), url(r"^pull-requests/(?P\d+)$", pullrequest_rsrc, {'emitter_format': 'json'}, name="pullrequest_view" ),