aboutsummaryrefslogtreecommitdiff
path: root/android_build/urls.py
diff options
context:
space:
mode:
authorMichael Hudson <michael.hudson@linaro.org>2011-03-07 12:39:21 +1300
committerMichael Hudson <michael.hudson@linaro.org>2011-03-07 12:39:21 +1300
commit017712e2477f13bd9dedd240ff225661c1d43abe (patch)
tree49aca1d19a34703db8d2028fda077b8f0c2b3a56 /android_build/urls.py
parente79b0c21a59e2ddfc8d16f2f5f457ac4588e9ad8 (diff)
make build now do something; this reveals the need to show queued status somehow
Diffstat (limited to 'android_build/urls.py')
-rw-r--r--android_build/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/android_build/urls.py b/android_build/urls.py
index 77fe588..d924a50 100644
--- a/android_build/urls.py
+++ b/android_build/urls.py
@@ -14,7 +14,7 @@ urlpatterns = patterns('',
(r'^new$', 'android_build.frontend.views.new'),
(r'^openid/', include('django_openid_auth.urls')),
(r'^logout$', 'django.contrib.auth.views.logout'),
- (r'^api/([a-z]+)', 'android_build.frontend.views.api'),
+ (r'^api/([a-z-]+)$', 'android_build.frontend.views.api'),
# Uncomment the admin/doc line below to enable admin documentation:
# (r'^admin/doc/', include('django.contrib.admindocs.urls')),