Mercurial > code > home > repos > homeauto
diff service/environment/environment.py @ 1523:0da337780f22
dep updates; graph url renames; and other build updates
Ignore-this: 4603ef3d8db650a13e543dad8580ade8
darcs-hash:0840491cd6a4e4966f47a2abca0ed30ec434022a
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Wed, 05 Feb 2020 00:23:06 -0800 |
parents | b63c35e13e18 |
children | b87b6e9cedb2 |
line wrap: on
line diff
--- a/service/environment/environment.py Wed Feb 05 00:22:48 2020 -0800 +++ b/service/environment/environment.py Wed Feb 05 00:23:06 2020 -0800 @@ -74,10 +74,10 @@ (r"/()", cyclone.web.StaticFileHandler, {"path": ".", "default_filename": "index.html"}), - (r'/graph', + (r'/graph/environment', CycloneGraphHandler, {'masterGraph': masterGraph}), - (r'/graph/events', - CycloneGraphEventsHandler, {'masterGraph': masterGraph}), + (r'/graph/environment/events', + CycloneGraphEventsHandlerWithCors, {'masterGraph': masterGraph}), (r'/doc', Doc), # to be shared (r'/stats/(.*)', StatsHandler, {'serverName': 'environment'}), ]