modifié: superTornado.py
This commit is contained in:
parent
27f20903e5
commit
7fe6ab7d57
@ -144,7 +144,7 @@ application = tornado.web.Application([
|
|||||||
(r"/unauthorized", UnauthorizedHandler),
|
(r"/unauthorized", UnauthorizedHandler),
|
||||||
(r"/disconnection", DisconnectionHandler),
|
(r"/disconnection", DisconnectionHandler),
|
||||||
(r"/socket", WSocketHandler),
|
(r"/socket", WSocketHandler),
|
||||||
(r"/style/(.*)", tornado.web.StaticFileHandler,{"path":"./style"},
|
(r"/style/(.*)", tornado.web.StaticFileHandler,{"path":"./style"},),
|
||||||
(r"/images/(.*)", tornado.web.StaticFileHandler,{"path":"./images"},)],
|
(r"/images/(.*)", tornado.web.StaticFileHandler,{"path":"./images"},)],
|
||||||
cookie_secret="1213215656")
|
cookie_secret="1213215656")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user