Added endpoint for /d.json based on reports in #273
parent
5fe523aafe
commit
769901a673
|
@ -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"),
|
||||||
|
|
Loading…
Reference in New Issue