コード例 #1
0
def getfile(filename):
    return app.send_static_file(filename)
コード例 #2
0
ファイル: __init__.py プロジェクト: cristianowa/restplayer
def getfile(filename):
    return app.send_static_file(filename)
コード例 #3
0
def root():
    return app.send_static_file('player.html')
コード例 #4
0
ファイル: __init__.py プロジェクト: cristianowa/restplayer
def root():
    return app.send_static_file('player.html')