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