Mercurial > code > home > repos > light9
diff bin/vidref @ 1945:157985a971dc
non-working WIP for vidref web
Ignore-this: e4be7b5961222bedb5ffe53c46388b3
author | drewp@bigasterisk.com |
---|---|
date | Wed, 05 Jun 2019 05:29:06 +0000 |
parents | 82e98aa4d159 |
children | 9f0f2b39ad95 |
line wrap: on
line diff
--- a/bin/vidref Wed Jun 05 02:04:33 2019 +0000 +++ b/bin/vidref Wed Jun 05 05:29:06 2019 +0000 @@ -108,13 +108,13 @@ handlers=[ (r'/()', cyclone.web.StaticFileHandler, { 'path': 'light9/vidref', - 'default_filename': 'vidref.html' + 'default_filename': 'index.html' }), (r'/setup/()', cyclone.web.StaticFileHandler, { 'path': 'light9/vidref', 'default_filename': 'setup.html' }), - (r'/setup/live', Live), + (r'/live', Live), (r'/snapshot', Snapshot), (r'/snapshot/(.*)', SnapshotPic, { "path": snapshotDir()