From 0f22ffb968905aa74efd5700c614eae9cd58cefd Mon Sep 17 00:00:00 2001 From: VivianDee <115420678+VivianDee@users.noreply.github.com> Date: Fri, 21 Mar 2025 16:33:54 +0100 Subject: [PATCH] [update]: README file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9546231..4025fbf 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ This command will build the Docker image and start the Flask application in a co You can check if the Flask application is running by accessing the `/health` endpoint. To perform a health check, run the following command: ```bash -curl http://localhost:5000/health +curl http://localhost:7200/health ``` If the application is running properly, you should receive a response similar to this: