From 1f85cc9f2669bbb9e27a25d7ab391c3ee6e0d384 Mon Sep 17 00:00:00 2001 From: nano Date: Tue, 5 May 2026 17:20:13 +0000 Subject: [PATCH] Fix Story 1.2 scaffold docs (README.md) --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 67a0362..48b8699 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ dotnet run --project .\Campaign_Tracker.Server\Campaign_Tracker.Server.csproj Health check: ```powershell -Invoke-WebRequest http://localhost:5000/health +Invoke-WebRequest http://localhost:5254/health ``` ### Client @@ -38,4 +38,3 @@ npm run lint npm run build ``` -