diff service/rfid_pn532_py/rfid.py @ 722:a93fbf0d0daa

dep updates; graph url renames; and other build updates Ignore-this: 4603ef3d8db650a13e543dad8580ade8
author drewp@bigasterisk.com
date Wed, 05 Feb 2020 00:23:06 -0800
parents e1f33b9fb3df
children b87b6e9cedb2
line wrap: on
line diff
--- a/service/rfid_pn532_py/rfid.py	Wed Feb 05 00:22:48 2020 -0800
+++ b/service/rfid_pn532_py/rfid.py	Wed Feb 05 00:23:06 2020 -0800
@@ -218,8 +218,8 @@
     reactor.listenTCP(port, cyclone.web.Application([
         (r"/(|.+\.html)", cyclone.web.StaticFileHandler,
          {"path": ".", "default_filename": "index.html"}),
-        (r"/graph", CycloneGraphHandler, {'masterGraph': masterGraph}),
-        (r"/graph/events", CycloneGraphEventsHandler,
+        (r"/graph/rfid", CycloneGraphHandler, {'masterGraph': masterGraph}),
+        (r"/graph/rfid/events", CycloneGraphEventsHandler,
          {'masterGraph': masterGraph}),
         (r'/output', OutputPage),
         (r'/rewrite', Rewrite),