From 2f4a3c964ce4d20f33ed260cd910e3a6de6f83d2 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Thu, 20 Mar 2025 01:32:30 -0600 Subject: [PATCH] fix(licenses): update README with new development server URL - Changed the local development server URL from http://localhost:3000 to http://localhost:4002/api/health to reflect recent updates in the API integration. --- apps/licenses/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/licenses/README.md b/apps/licenses/README.md index e12b31db7..b53677f20 100644 --- a/apps/licenses/README.md +++ b/apps/licenses/README.md @@ -4,5 +4,5 @@ npm run dev ``` ``` -open http://localhost:3000 +open http://localhost:4002/api/health ```