Пример #1
0
 def hello():
     return bottle.static_file("index.html", root=root_dir)
Пример #2
0
 def static_files(filename):
     return bottle.static_file(filename, root=root_dir)