Exemplo n.º 1
0
def getfile(filename):
    return app.send_static_file(filename)
Exemplo n.º 2
0
def getfile(filename):
    return app.send_static_file(filename)
Exemplo n.º 3
0
def root():
    return app.send_static_file('player.html')
Exemplo n.º 4
0
def root():
    return app.send_static_file('player.html')