Crossdomain.xml

This commit is contained in:
Robohash 2012-09-16 22:17:57 -04:00
parent 0ced037cc7
commit d8f7139b90

View File

@ -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),