コード例 #1
0
ファイル: views.py プロジェクト: Wawki/minion-frontend
def robots():
    return app.send_static_file('robots.txt')
def robots():
    return app.send_static_file('robots.txt')
コード例 #3
0
ファイル: views.py プロジェクト: Wawki/minion-frontend
def index():
    return app.send_static_file('index.html')
def index():
    return app.send_static_file('index.html')