コード例 #1
0
ファイル: webapi.py プロジェクト: kolomanschaft/updatejunkie
 def get_default_file():
     return bottle.static_file(default_file, static_root)
コード例 #2
0
 def get_default_file():
     return bottle.static_file(default_file, static_root)
コード例 #3
0
ファイル: webapi.py プロジェクト: kolomanschaft/updatejunkie
 def get_static_file(filepath):
     return bottle.static_file(filepath, static_root)
コード例 #4
0
 def get_static_file(filepath):
     return bottle.static_file(filepath, static_root)