示例#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')