aboutsummaryrefslogtreecommitdiff
path: root/android_build/urls.py
diff options
context:
space:
mode:
authorJames Tunnicliffe <james.tunnicliffe@linaro.org>2012-01-09 15:56:08 +0000
committerJames Tunnicliffe <james.tunnicliffe@linaro.org>2012-01-09 15:56:08 +0000
commit75509a1a49f7a5767fd109902bc1b8ea9bd972d1 (patch)
tree94781241d0daaf25d39d525a85c6667b813a58ef /android_build/urls.py
parent59375798d6e9d00faee374af54ade0748fd03abd (diff)
Modifies the front end so all requests to fetch lava-job-info files are proxied through the master server. This meens that lava-job-info files stored on snapshots.linaro.org behind click through licenses are available to the UI again.
Diffstat (limited to 'android_build/urls.py')
-rw-r--r--android_build/urls.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/android_build/urls.py b/android_build/urls.py
index e57a4a7..648b4c6 100644
--- a/android_build/urls.py
+++ b/android_build/urls.py
@@ -27,6 +27,7 @@ urlpatterns = patterns('',
(r'^api/is-daily$', 'android_build.frontend.api.is_daily'),
(r'^api/new$', 'android_build.frontend.api.new'),
(r'^api/set-daily$', 'android_build.frontend.api.set_daily'),
+ (r'^api/get-lava-job-info$', 'android_build.frontend.api.get_lava_job_info'),
(r'^openid/', include('django_openid_auth.urls')),
(r'^logout$', 'django.contrib.auth.views.logout'),