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