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