예제 #1
0
def static(path):
    return swinf.send_file(path, root=static_dir)
예제 #2
0
def style(path):
    return swinf.send_file(path, root=os.path.join(static_dir, 'style'))
예제 #3
0
def script(path):
    return swinf.send_file(path, root=os.path.join(static_dir, 'script'))
예제 #4
0
def files(path):
    return swinf.send_file(path, root=os.path.join(static_dir, 'files'))