This commit is contained in:
Tracker-Friendly 2024-02-27 18:18:24 +00:00
parent b4e63d2bbf
commit 76266140a0
1 changed files with 1 additions and 1 deletions

2
main
View File

@ -122,7 +122,7 @@ async def signup():
@app.route("/login/index.html")
async def loginrdir():
return redirect("/login", code=302")
return redirect("/login", code=302)
@app.route("login")
async def login():
return await render_template("login.html")