forked from Ailur/burgernotes-server
Silly
This commit is contained in:
parent
5622ebd1a1
commit
15bd8b3d3b
1 changed files with 1 additions and 1 deletions
2
main
2
main
|
@ -123,7 +123,7 @@ async def signup():
|
|||
@app.route("/login/index.html")
|
||||
async def loginrdir():
|
||||
return redirect("/login", code=302)
|
||||
@app.route("login")
|
||||
@app.route("/login")
|
||||
async def login():
|
||||
return await render_template("login.html")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue