add(backend): health check
This commit is contained in:
parent
9155206b5c
commit
fb4dc23574
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ def get_content(path: str) -> str:
|
||||||
return abort(404)
|
return abort(404)
|
||||||
|
|
||||||
|
|
||||||
@home.route("/check")
|
@home.route("/health")
|
||||||
def health_check() -> str:
|
def health_check() -> str:
|
||||||
"""
|
"""
|
||||||
For verify if the app run.
|
For verify if the app run.
|
||||||
|
|
Reference in a new issue