Exemplo n.º 1
0
def robots():
    return app.send_static_file('robots.txt')
Exemplo n.º 2
0
Arquivo: index.py Projeto: lhysrc/me
def robots():
    return app.send_static_file('robots.txt')
Exemplo n.º 3
0
def favicon():
    return app.send_static_file('favicon.ico')
Exemplo n.º 4
0
Arquivo: index.py Projeto: lhysrc/me
def favicon():
    return app.send_static_file('favicon.ico')