844208ef41b0c8b39888ef9cb063fc7655e21ca3
[htsworkflow.git] / htsworkflow / frontend / inventory / urls.py
1 from django.conf.urls.defaults import *
2
3 urlpatterns = patterns('',
4      (r'^lts/link/(?P<flowcell>.+)/(?P<serial>.+)/$', 'htsworkflow.frontend.inventory.views.link_flowcell_and_device'),                                                                                                 
5     )