mirror of
https://github.com/e1ven/Robohash.git
synced 2025-06-23 21:35:02 +00:00
Crossdomain.xml
This commit is contained in:
parent
73b70cd995
commit
d5eb796f64
@ -401,6 +401,8 @@ def main():
|
|||||||
}
|
}
|
||||||
|
|
||||||
application = tornado.web.Application([
|
application = tornado.web.Application([
|
||||||
|
(r'/(crossdomain\.xml)', tornado.web.StaticFileHandler, {"path": os.path.join(os.path.dirname(__file__),
|
||||||
|
"static/")}),
|
||||||
(r"/static/(.*)", tornado.web.StaticFileHandler, {"path": os.path.join(os.path.dirname(__file__),
|
(r"/static/(.*)", tornado.web.StaticFileHandler, {"path": os.path.join(os.path.dirname(__file__),
|
||||||
"static/")}),
|
"static/")}),
|
||||||
(r"/", MainHandler),
|
(r"/", MainHandler),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user