mirror of
https://github.com/RoboSats/Robohash.git
synced 2025-07-19 09:13:35 +00:00
Crossdomain.xml
This commit is contained in:
@ -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),
|
||||
|
Reference in New Issue
Block a user