Esempio n. 1
0
def index():
    return app.send_static_file('client.html')
Esempio n. 2
0
def welcome_view():
    return app.send_static_file('client.html')
Esempio n. 3
0
def index():
    return app.send_static_file('client.html')
Esempio n. 4
0
def root():
    return app.send_static_file("client.html")
Esempio n. 5
0
def welcome_view():
    print("redirecting...")
    return app.send_static_file('client.html')
Esempio n. 6
0
def hello():
    return app.send_static_file("client.html")