modifié: index.html

modifié:         superTornado.py
This commit is contained in:
sidya82
2014-02-27 16:48:04 +01:00
parent d8636de6ec
commit 9e129ad865
2 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@ class LoginHandler(tornado.web.RequestHandler):
application = tornado.web.Application([
(r"/", MainHandler),
(r"/login", MainHandler),
])
if __name__ == "__main__":