update the url matching to provide proper access to the
[htsworkflow.git] / htswfrontend / htswfrontend / analys_track / an_urls.py
index b1746d167aa91559b6c89300ba95982d50b1da26..57fa33e6436fc59386c7c520cd2bd6b17e22bf93 100644 (file)
@@ -2,5 +2,5 @@ from django.conf.urls.defaults import *
 
 urlpatterns = patterns('',                                               
     (r'^updStatus$', 'htswfrontend.analys_track.main.updStatus'),
-    (r'^getProjects$', 'htswfrontend.analys_track.main.getProjects'),
+    (r'^getProjects/$', 'htswfrontend.analys_track.main.getProjects'),
 )