From fb4dc235741caafba13194ccc0ad9586f17a9354 Mon Sep 17 00:00:00 2001 From: Ada Date: Sun, 1 Oct 2023 13:15:44 +0200 Subject: [PATCH] add(backend): health check --- paste/home.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.