示例#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'))