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
0ced037cc7
commit
d8f7139b90
@ -401,6 +401,8 @@ def main():
|
||||
}
|
||||
|
||||
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__),
|
||||
"static/")}),
|
||||
(r"/", MainHandler),
|
||||
|
Loading…
x
Reference in New Issue
Block a user