Mercurial > code > home > repos > homeauto
diff service/wifi/wifi.py @ 1475:2e598cbcabf4
streamed-graph finally imports and builds. polymer bindings don't work in a <dom-bind> though
Ignore-this: afcf4436ac3d7b88c0d7fc88de81d8e4
darcs-hash:fccd38a16ce2198e70d94d52598d571aa8da42d0
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Thu, 02 Jan 2020 00:23:36 -0800 |
parents | 32d134dbfb1e |
children | 0da337780f22 |
line wrap: on
line diff
--- a/service/wifi/wifi.py Tue Dec 31 02:45:25 2019 -0800 +++ b/service/wifi/wifi.py Thu Jan 02 00:23:36 2020 -0800 @@ -250,7 +250,7 @@ cyclone.web.Application( [ (r"/", Index), - (r"/build/(wifi\.bundle\.js)", cyclone.web.StaticFileHandler, {"path": 'build'}), + (r"/build/(bundle\.js)", cyclone.web.StaticFileHandler, {"path": 'build'}), (r'/json', Json), (r'/graph', CycloneGraphHandler, {'masterGraph': masterGraph}), (r'/graph/events', CycloneGraphEventsHandler, {'masterGraph': masterGraph}),