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