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