Commit 1da851bc authored by Dominik Rosiek's avatar Dominik Rosiek

hej hej hej

parent 2adc9072
......@@ -29,6 +29,7 @@ class MainHandler(tornado.web.RequestHandler):
def make_app():
return tornado.web.Application([
(r"/view", MainHandler),
(r'/()', tornado.web.StaticFileHandler, {'path': 'index.html'})
])
if __name__ == "__main__":
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment