X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/9186b07ad70787977f5b1e589bf20b7a4beed4c0..60b209f78bc12ed8a4c8c4051a1c2f603d99d99d:/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" ),