Exemplo n.º 1
0
 def hello():
     return bottle.static_file("index.html", root=root_dir)
Exemplo n.º 2
0
 def static_files(filename):
     return bottle.static_file(filename, root=root_dir)