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