X-Git-Url: http://woldlab.caltech.edu/gitweb/?a=blobdiff_plain;f=htsworkflow%2Ffrontend%2Finventory%2Furls.py;h=0d7da6c21699c20341f07b2a4967200bcb5ba5a4;hb=07df4ce0e86434a3fe15c5aa28dae199e09b9bf5;hp=18f38a972e1a005b27d67bf1c7bfd9c79872887f;hpb=a039c2922650213461ed5165c972cc8f55777dbd;p=htsworkflow.git diff --git a/htsworkflow/frontend/inventory/urls.py b/htsworkflow/frontend/inventory/urls.py index 18f38a9..0d7da6c 100644 --- a/htsworkflow/frontend/inventory/urls.py +++ b/htsworkflow/frontend/inventory/urls.py @@ -7,5 +7,6 @@ urlpatterns = patterns('', (r'^lts/link/(?P.+)/(?P.+)/$', 'htsworkflow.frontend.inventory.views.link_flowcell_and_device'), # INDEX + (r'^(?P[a-fA-F0-9]{32})/$', 'htsworkflow.frontend.inventory.views.item_summary'), (r'^$', 'htsworkflow.frontend.inventory.views.index') )