Rename ldap find user route function
This commit is contained in:
parent
aa9f1ae861
commit
cc900595df
|
@ -16,7 +16,7 @@ def index():
|
||||||
return '<i>SEE YOU SPACE SAMURAI...</i>'
|
return '<i>SEE YOU SPACE SAMURAI...</i>'
|
||||||
|
|
||||||
@app.route('/find-user', methods=['POST'])
|
@app.route('/find-user', methods=['POST'])
|
||||||
def check_username_exists():
|
def find_user():
|
||||||
check_auth()
|
check_auth()
|
||||||
|
|
||||||
username = request.form['username']
|
username = request.form['username']
|
||||||
|
|
Loading…
Reference in New Issue
Block a user