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