예제 #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')