mirror of
https://github.com/simple-login/app.git
synced 2024-11-10 17:35:27 +08:00
Code quality
This commit is contained in:
parent
6e905f769d
commit
7ce4aa6e96
1 changed files with 1 additions and 3 deletions
|
@ -4,6 +4,4 @@ from flask import render_template
|
|||
|
||||
@onboarding_bp.route("/", methods=["GET"])
|
||||
def index():
|
||||
return render_template(
|
||||
"onboarding/index.html"
|
||||
)
|
||||
return render_template("onboarding/index.html")
|
||||
|
|
Loading…
Reference in a new issue