From e3d733cb680b07699147e11b547a1180ca73c7f6 Mon Sep 17 00:00:00 2001 From: vinitparekh17 Date: Fri, 18 Oct 2024 11:40:55 +0530 Subject: [PATCH] typo --- .env.example => .env.sample | 0 README.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .env.example => .env.sample (100%) diff --git a/.env.example b/.env.sample similarity index 100% rename from .env.example rename to .env.sample diff --git a/README.md b/README.md index bf8f21b..8ab9489 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,6 @@ This command will pull any necessary Docker images, build the containers, and ru Open your browser and go to: ```bash -http://localhost:8000/health +http://localhost:8080/health ``` This endpoint should return a status indicating that the server is up and running. \ No newline at end of file