Commit 4855f785 authored by Michal Čihař's avatar Michal Čihař

Consistent urls

parent 5ac00a55
...@@ -42,7 +42,7 @@ urlpatterns = patterns('', ...@@ -42,7 +42,7 @@ urlpatterns = patterns('',
url(r'^checks/(?P<name>[^/]*)/(?P<project>[^/]*)/$', 'trans.views.show_check_project'), url(r'^checks/(?P<name>[^/]*)/(?P<project>[^/]*)/$', 'trans.views.show_check_project'),
url(r'^checks/(?P<name>[^/]*)/(?P<project>[^/]*)/(?P<subproject>[^/]*)/$', 'trans.views.show_check_subproject'), url(r'^checks/(?P<name>[^/]*)/(?P<project>[^/]*)/(?P<subproject>[^/]*)/$', 'trans.views.show_check_subproject'),
url(r'^hooks/p/(?P<project>[^/]*)/(?P<subproject>[^/]*)/update/$', 'trans.api.update_subproject'), url(r'^hooks/update/(?P<project>[^/]*)/(?P<subproject>[^/]*)/$', 'trans.api.update_subproject'),
url(r'^hooks/update/(?P<project>[^/]*)/$', 'trans.api.update_project'), url(r'^hooks/update/(?P<project>[^/]*)/$', 'trans.api.update_project'),
url(r'^hooks/github/$', 'trans.api.github_hook'), url(r'^hooks/github/$', 'trans.api.github_hook'),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment