示例#1
0
文件: web.py 项目: grilo/finduser
 def hello():
     return bottle.static_file("index.html", root=root_dir)
示例#2
0
文件: web.py 项目: grilo/finduser
 def static_files(filename):
     return bottle.static_file(filename, root=root_dir)