| changeset 41 | b6010b3d6ea8 |
| parent 38 | 0fe2f3f5466f |
--- a/src/hp/urls.py Tue Nov 13 16:37:47 2012 +0100 +++ b/src/hp/urls.py Wed Nov 14 16:29:01 2012 +0100 @@ -10,6 +10,7 @@ # url(r'^hp/', include('hp.foo.urls')), url(r'^$', 'hp.views.all_videos', name='home'), url(r'^video/(?P<content_id>.*)$', 'hp.views.show_video_details', name='video_details'), + url(r'^kc_proxy/(?P<path>.*)$', 'hp.views.kc_proxy', name='kc_proxy'), url(r'^api/1.0/', include('hp.api.urls')),