summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/urls.py')
-rw-r--r--bitbake/lib/toaster/toastergui/urls.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/urls.py b/bitbake/lib/toaster/toastergui/urls.py
index f74090b9ba..46e5761443 100644
--- a/bitbake/lib/toaster/toastergui/urls.py
+++ b/bitbake/lib/toaster/toastergui/urls.py
@@ -145,6 +145,9 @@ urlpatterns = patterns('toastergui.views',
145 url(r'^xhr_importlayer/$', 'xhr_importlayer', name='xhr_importlayer'), 145 url(r'^xhr_importlayer/$', 'xhr_importlayer', name='xhr_importlayer'),
146 url(r'^xhr_updatelayer/$', 'xhr_updatelayer', name='xhr_updatelayer'), 146 url(r'^xhr_updatelayer/$', 'xhr_updatelayer', name='xhr_updatelayer'),
147 147
148 # JS Unit tests
149 url(r'^js-unit-tests/$', 'jsunittests', name='js-unit-tests'),
150
148 # default redirection 151 # default redirection
149 url(r'^$', RedirectView.as_view( url= 'landing')), 152 url(r'^$', RedirectView.as_view( url= 'landing')),
150) 153)