From 4f11acc649fa150ebe0c77684a32b8befa9f3063 Mon Sep 17 00:00:00 2001 From: Francesco Racciatti <97034431+francesco-racciatti@users.noreply.github.com> Date: Tue, 1 Apr 2025 18:20:16 +0200 Subject: [PATCH] docs: add missing url in health check endpoint --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f0fbd1..e207aa6 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ The application provides endpoints for: ### Health checks -The health check endpoint is `/health` on port `8080` and returns the `200` HTTP status code. +The health check endpoint is `:8080/health` on port `8080` and returns the `200` HTTP status code. ### Reading a file