diff --git a/code/auth-service/app.py b/code/auth-service/app.py index 788b0cf9cc9945d19e820c0c9073bdbd48e23dd9..ad8e6e5618c3d7033ca360e7b8f660da4ca04a94 100644 --- a/code/auth-service/app.py +++ b/code/auth-service/app.py @@ -155,6 +155,11 @@ def cleanupBlacklist(): return Response("Deletion unsuccessful", status=409, mimetype='application/json') +@app.route("/list") +def listUser(): + pass + + @app.route('/health') def health(): return "I'm alive"