Rename ldap find user route function

This commit is contained in:
Tanner Collin 2020-02-07 19:23:48 -07:00
parent aa9f1ae861
commit cc900595df

View File

@ -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']