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