diff service/wifi/wifi.py @ 662:540dd68af9f2

start ts config files, but this doesn't share the streamed-graph code properly yet Ignore-this: ef4e6fdf3369939b062caa5fdc2788e9
author drewp@bigasterisk.com
date Tue, 17 Dec 2019 23:16:53 -0800
parents ea9ed11598b0
children 2b9865bf1737
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}),