Mercurial > hg > NetworkVis
diff ismi-python-neo4jrestclient/ismi-vis.py @ 9:0f4846255b20
updated for ismi-dev.
author | casties |
---|---|
date | Thu, 01 Oct 2015 17:35:56 +0200 |
parents | 45dad9e38c82 |
children | 394bd5cfc508 |
line wrap: on
line diff
--- a/ismi-python-neo4jrestclient/ismi-vis.py Thu Oct 01 14:39:56 2015 +0200 +++ b/ismi-python-neo4jrestclient/ismi-vis.py Thu Oct 01 17:35:56 2015 +0200 @@ -13,6 +13,10 @@ def get_index(): return app.send_static_file('index.html') +@app.route("/commentaries.html") +def get_commentaries(): + return app.send_static_file('commentaries.html') + @app.route("/graph") def get_graph():