Crossdomain.xml

This commit is contained in:
Colin Davis 2012-09-16 22:17:57 -04:00
parent 73b70cd995
commit d5eb796f64

View File

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