Mercurial > code > home > repos > light9
diff bin/vidrefsetup @ 1212:95dfce5c12ce
rearrange /static. new bin/homepage
Ignore-this: 2b17aa8e74a9c052a9a93704e85287b1
author | drewp@bigasterisk.com |
---|---|
date | Sun, 07 Jun 2015 22:42:33 +0000 |
parents | a38955ba6f40 |
children | 6fa4288da8a6 |
line wrap: on
line diff
--- a/bin/vidrefsetup Sat Jun 06 19:14:14 2015 +0000 +++ b/bin/vidrefsetup Sun Jun 07 22:42:33 2015 +0000 @@ -61,7 +61,6 @@ (r'/pic', RedirToCamera), (r'/picUrl', UrlToCamera), (r'/vidrefCamRequest', VidrefCamRequest), - (r'/static/(.*)', cyclone.web.StaticFileHandler, {'path': 'static/'}), (r'/()', cyclone.web.StaticFileHandler, {'path': 'light9/vidref/', 'default_filename': 'vidref.html'}), ], debug=True, graph=graph)) log.info("serving on %s" % port)