示例#1
0
文件: index.py 项目: CaptainBerg/me
def robots():
    return app.send_static_file('robots.txt')
示例#2
0
文件: index.py 项目: lhysrc/me
def robots():
    return app.send_static_file('robots.txt')
示例#3
0
文件: index.py 项目: CaptainBerg/me
def favicon():
    return app.send_static_file('favicon.ico')
示例#4
0
文件: index.py 项目: lhysrc/me
def favicon():
    return app.send_static_file('favicon.ico')