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