fixed dumb typo
This commit is contained in:
parent
ffbe4db922
commit
694537fdf1
1 changed files with 1 additions and 1 deletions
2
web.py
2
web.py
|
@ -26,7 +26,7 @@ def main():
|
|||
|
||||
@app.route('/home')
|
||||
def home():
|
||||
return render_templae("home.html")
|
||||
return render_template("home.html")
|
||||
|
||||
@app.route('/internal/auth_a')
|
||||
def internal_auth_a():
|
||||
|
|
Loading…
Reference in a new issue