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