From 40ea3f45fd646f701e1ae31903d609d88609646b Mon Sep 17 00:00:00 2001 From: Jonathan Bourdon Date: Tue, 27 Jan 2026 14:13:11 -0500 Subject: [PATCH] chore: sets the dev port to 42001 for the api --- src/api/Properties/launchSettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/Properties/launchSettings.json b/src/api/Properties/launchSettings.json index eb17df6..93ceef7 100644 --- a/src/api/Properties/launchSettings.json +++ b/src/api/Properties/launchSettings.json @@ -5,7 +5,7 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": false, - "applicationUrl": "https://127.0.0.1:0", + "applicationUrl": "https://127.0.0.1:42001", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }