Skip to content
Snippets Groups Projects
Commit 876efb48 authored by Dominic Daniel Krämer's avatar Dominic Daniel Krämer
Browse files

initial commit for auth-service update

parent 56e7503d
No related branches found
No related tags found
No related merge requests found
...@@ -155,6 +155,11 @@ def cleanupBlacklist(): ...@@ -155,6 +155,11 @@ def cleanupBlacklist():
return Response("Deletion unsuccessful", status=409, mimetype='application/json') return Response("Deletion unsuccessful", status=409, mimetype='application/json')
@app.route("/list")
def listUser():
pass
@app.route('/health') @app.route('/health')
def health(): def health():
return "I'm alive" return "I'm alive"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment