Example #1
0
def robots():
    return app.send_static_file('robots.txt')
def robots():
    return app.send_static_file('robots.txt')
Example #3
0
def index():
    return app.send_static_file('index.html')
def index():
    return app.send_static_file('index.html')