コード例 #1
0
 def no_blueprint_custom_endpoint_func():
     return forward()
コード例 #2
0
 def no_blueprint_auto():
     return forward()
コード例 #3
0
 def no_blueprint():
     return forward('no_blueprint.html')
コード例 #4
0
 def no_blueprint_custom_endpoint_func():
     return forward()
コード例 #5
0
 def no_blueprint_auto():
     return forward()
コード例 #6
0
 def no_blueprint():
     return forward('no_blueprint.html')