コード例 #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')