add(backend): health check
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/pr/lint Pipeline failed

This commit is contained in:
Ada 2023-10-01 13:15:44 +02:00
parent 9155206b5c
commit fb4dc23574

View file

@ -89,7 +89,7 @@ def get_content(path: str) -> str:
return abort(404)
@home.route("/check")
@home.route("/health")
def health_check() -> str:
"""
For verify if the app run.