Ejemplo n.º 1
0
def fallback(path):
    print 'fallback'
    return app.send_static_file('index.html')
Ejemplo n.º 2
0
def index():
    return app.send_static_file('index.html')