Skip to content

Commit

Permalink
Update health api url in readme (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
samarpan1738 committed Dec 16, 2024
1 parent 9a09f7a commit cb2a945
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
Expand Down

0 comments on commit cb2a945

Please sign in to comment.