Skip to content

Commit 057ec04

Browse files
committed
fix: update API and Scalar API Docs URLs for Aspire configuration
1 parent 54a077e commit 057ec04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ dotnet run --project aspire/AppHost
8383
🔗 Then access:
8484
- **Aspire Dashboard**: https://localhost:17178 (see all services, logs, traces)
8585
- **Frontend**: http://localhost:4200
86-
- **API**: http://localhost:5217
87-
- **Scalar API Docs**: http://localhost:5217/scalar/v1
86+
- **API**: https://localhost:7224
87+
- **Scalar API Docs**: https://localhost:7224/scalar/v1
8888
- **pgAdmin**: Check Aspire dashboard for the assigned port
8989

9090
### Option 2: Using Docker Compose (Production-like)

0 commit comments

Comments
 (0)