Exemple #1
0
def robots():
    return app.send_static_file('robots.txt')
Exemple #2
0
def robots():
    return app.send_static_file('robots.txt')
Exemple #3
0
def favicon():
    return app.send_static_file('favicon.ico')
Exemple #4
0
def favicon():
    return app.send_static_file('favicon.ico')