forked from Ailur/burgernotes-server
Fix
This commit is contained in:
parent
76266140a0
commit
5622ebd1a1
1 changed files with 1 additions and 1 deletions
2
main
2
main
|
@ -114,7 +114,7 @@ async def webapp():
|
|||
|
||||
# Login and signup
|
||||
@app.route("/signup/index.html")
|
||||
async def signup():
|
||||
async def signuprdir():
|
||||
return redirect("/signup", code=302)
|
||||
@app.route("/signup")
|
||||
async def signup():
|
||||
|
|
Loading…
Add table
Reference in a new issue