diff --git a/paste/home.py b/paste/home.py index 5aa0b8a..f6c602d 100755 --- a/paste/home.py +++ b/paste/home.py @@ -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.