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