modifié: superTornado.py

This commit is contained in:
sidya82 2014-03-11 17:02:58 +01:00
parent bb4fa0cdb0
commit 613e6e648d
1 changed files with 1 additions and 0 deletions

View File

@ -151,6 +151,7 @@ application = tornado.web.Application([
(r"/unauthorized", UnauthorizedHandler),
(r"/disconnection", DisconnectionHandler),
(r"/socket", WSocketHandler),
(r"/favicon.ico", tornado.web.StaticFileHandler,{"path":"./v/favicon.ico"},),
(r"/style/(.*)", tornado.web.StaticFileHandler,{"path":"./v/style"},),
(r"/images/(.*)", tornado.web.StaticFileHandler,{"path":"./v/images"},),
(r"/js/(.*)", tornado.web.StaticFileHandler,{"path":"./v/js"},)],