fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed unicode commit messages in Revision.merge_with
[redakcja.git]
/
apps
/
api
/
urls.py
diff --git
a/apps/api/urls.py
b/apps/api/urls.py
index
d22d595
..
5464374
100644
(file)
--- a/
apps/api/urls.py
+++ b/
apps/api/urls.py
@@
-30,7
+30,7
@@
urlpatterns = patterns('',
# Pull requests
url(r"^pull-requests$", pullrequest_collection,
# Pull requests
url(r"^pull-requests$", pullrequest_collection,
- {'emitter_format': 'json'} ),
+ {'emitter_format': 'json'}
, name="pullrequest_list"
),
url(r"^pull-requests/(?P<prq_id>\d+)$", pullrequest_rsrc,
{'emitter_format': 'json'}, name="pullrequest_view" ),
url(r"^pull-requests/(?P<prq_id>\d+)$", pullrequest_rsrc,
{'emitter_format': 'json'}, name="pullrequest_view" ),