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 c8c1c6a1fe..2164c4c8f7 100644
--- a/bitbake/lib/toaster/toastergui/urls.py
+++ b/bitbake/lib/toaster/toastergui/urls.py
@@ -140,6 +140,9 @@ urlpatterns = patterns('toastergui.views',
140 'customrecipe', 140 'customrecipe',
141 name="customrecipe"), 141 name="customrecipe"),
142 142
143 url(r'^project/(?P<pid>\d+)/customrecipe/(?P<recipe_id>\d+)/download$',
144 'customrecipe_download',
145 name="customrecipedownload"),
143 146
144 147
145 # typeahead api end points 148 # typeahead api end points