Add /ping route to ldapserver
This commit is contained in:
parent
d31d1a78d0
commit
19e2d250de
|
@ -19,6 +19,10 @@ def index():
|
|||
|
||||
return '<i>SEE YOU SPACE SAMURAI...</i>'
|
||||
|
||||
@app.route('/ping')
|
||||
def ping():
|
||||
return 'pong'
|
||||
|
||||
@app.route('/find-user', methods=['POST'])
|
||||
def find_user():
|
||||
check_auth()
|
||||
|
|
Loading…
Reference in New Issue
Block a user