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