コード例 #1
0
ファイル: web_app.py プロジェクト: 764664/BioSE
def jump():
    with app.app_context():
        return SearchController.jump(request.args)
コード例 #2
0
ファイル: web_app.py プロジェクト: 764664/BioSE
def fetch():
    with app.app_context():
        return SearchController.fetch(request.args)