Added endpoint for /d.json based on reports in #273

pull/279/head
Colin Kuebler 2019-09-21 18:32:47 -04:00
parent 5fe523aafe
commit 769901a673
1 changed files with 1 additions and 0 deletions

View File

@ -192,6 +192,7 @@ def main():
[ [
(r"/", MainHandler), (r"/", MainHandler),
(r"/gw.json", JSONHandler), (r"/gw.json", JSONHandler),
(r"/d.json", JSONHandler),
('/files/(.*)', FilesHandler, {'path': str('../files/')}), ('/files/(.*)', FilesHandler, {'path': str('../files/')}),
], ],
#template_path=os.path.join(os.path.dirname(__file__), "templates"), #template_path=os.path.join(os.path.dirname(__file__), "templates"),