def fallback(path): print 'fallback' return app.send_static_file('index.html')
def index(): return app.send_static_file('index.html')