diff service/wifi/wifi.py @ 1464:32d134dbfb1e

start ts config files, but this doesn't share the streamed-graph code properly yet Ignore-this: ef4e6fdf3369939b062caa5fdc2788e9 darcs-hash:e30e71ea5e8e9958c254c9210cdccde7a74b96bb
author drewp <drewp@bigasterisk.com>
date Tue, 17 Dec 2019 23:16:53 -0800
parents 517cbb905d4c
children 2e598cbcabf4
line wrap: on
line diff
--- a/service/wifi/wifi.py	Sun Nov 24 00:02:42 2019 -0800
+++ b/service/wifi/wifi.py	Tue Dec 17 23:16:53 2019 -0800
@@ -250,7 +250,7 @@
         cyclone.web.Application(
             [
                 (r"/", Index),
-                (r"/(wifi\.js)", cyclone.web.StaticFileHandler, {"path": '.'}),
+                (r"/build/(wifi\.bundle\.js)", cyclone.web.StaticFileHandler, {"path": 'build'}),
                 (r'/json', Json),
                 (r'/graph', CycloneGraphHandler, {'masterGraph': masterGraph}),
                 (r'/graph/events', CycloneGraphEventsHandler, {'masterGraph': masterGraph}),