From db8fa035890d74e85b7a9d711913dc1bc17a2439 Mon Sep 17 00:00:00 2001 From: Samarpan Harit Date: Fri, 13 Dec 2024 23:33:21 +0530 Subject: [PATCH] Update health api url in readme (#5) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fc66e94..f5c4c5e 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ ``` python manage.py runserver ``` -10. Go to http://127.0.0.1:8000/health/ API to make sure the server it up. You should see this response +10. Go to http://127.0.0.1:8000/v1/health API to make sure the server it up. You should see this response ``` { "status": "UP", @@ -64,7 +64,7 @@ ``` docker-compose up -d ``` -3. Go to http://127.0.0.1:8000/health/ API to make sure the server it up. You should see this response +3. Go to http://127.0.0.1:8000/v1/health API to make sure the server it up. You should see this response ``` { "status": "UP"