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.
This commit is contained in:
Mauricio Siu
2025-03-20 01:32:30 -06:00
parent feb6970b09
commit 2f4a3c964c

View File

@@ -4,5 +4,5 @@ npm run dev
```
```
open http://localhost:3000
open http://localhost:4002/api/health
```