コード例 #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)