-
This commit is contained in:
parent
8906328d3a
commit
b52296b42e
2
app.py
2
app.py
@ -23,7 +23,7 @@ def main():
|
|||||||
return redirect("/login")
|
return redirect("/login")
|
||||||
return render_template('index.html')
|
return render_template('index.html')
|
||||||
|
|
||||||
@app.route('/')
|
@app.route('/login')
|
||||||
def login():
|
def login():
|
||||||
try:
|
try:
|
||||||
if request.get_data()["incorrect"]:
|
if request.get_data()["incorrect"]:
|
||||||
|
Loading…
Reference in New Issue
Block a user