This is a partial merge of the stanford branch with the caltech branch of
[htsworkflow.git] / htsworkflow / frontend / analysis / urls.py
1 from django.conf.urls.defaults import *
2
3 urlpatterns = patterns('',
4     (r'^updStatus$', 'htsworkflow.frontend.analysis.main.updStatus'),
5     (r'^getProjects/$', 'htsworkflow.frontend.analysis.main.getProjects'),
6 )