python学习
This commit is contained in:
@@ -5,4 +5,4 @@ route_index = Blueprint( 'index_page',__name__ )
|
||||
|
||||
@route_index.route("/")
|
||||
def index():
|
||||
return render_template("index/index.html")
|
||||
return render_template( "index/index.html" )
|
||||
Reference in New Issue
Block a user