mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 20:51:49 +02:00
fix formating
This commit is contained in:
parent
f18ee2dfd8
commit
bbf2229de3
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue