Esempio n. 1
0
def robots():
    return app.send_static_file('robots.txt')
Esempio n. 2
0
File: index.py Progetto: lhysrc/me
def robots():
    return app.send_static_file('robots.txt')
Esempio n. 3
0
def favicon():
    return app.send_static_file('favicon.ico')
Esempio n. 4
0
File: index.py Progetto: lhysrc/me
def favicon():
    return app.send_static_file('favicon.ico')