fix formating

This commit is contained in:
Youe Graillot 2021-11-14 18:45:56 +01:00
parent f18ee2dfd8
commit bbf2229de3

View file

@ -151,10 +151,12 @@ def pull_project(endpoint, values):
# redirect to authentication page
raise Redirect303(url_for(".authenticate", project_id=project_id))
@main.route("/healthcheck", methods=["GET"])
def health():
return "OK"
@main.route("/admin", methods=["GET", "POST"])
def admin():
"""Admin authentication.