summaryrefslogtreecommitdiffstats
path: root/module/web/cnl/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/cnl/urls.py')
-rw-r--r--module/web/cnl/urls.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/web/cnl/urls.py b/module/web/cnl/urls.py
index 7887953b7..635e751ca 100644
--- a/module/web/cnl/urls.py
+++ b/module/web/cnl/urls.py
@@ -16,5 +16,6 @@ urlpatterns = patterns('cnl',
(r'^addcrypted2$', 'views.addcrypted2'),
(r'^crossdomain\.xml', 'views.crossdomain'),
(r'^jdcheck\.js', 'views.jdcheck'),
+ (r'^checkSupportForUrl', 'views.checksupport'),
(r'', 'views.flash')
)