Example #1
0
def getfile(filename):
    return app.send_static_file(filename)
Example #2
0
def getfile(filename):
    return app.send_static_file(filename)
Example #3
0
def root():
    return app.send_static_file('player.html')
Example #4
0
def root():
    return app.send_static_file('player.html')