From 8e73d630d54496d3719497c01befc143eaff0028 Mon Sep 17 00:00:00 2001 From: AJ Isaacs Date: Sun, 1 Feb 2026 23:57:13 -0500 Subject: [PATCH] chore: Change development port to 5009 Co-Authored-By: Claude Opus 4.5 --- CutList.Web/Properties/launchSettings.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CutList.Web/Properties/launchSettings.json b/CutList.Web/Properties/launchSettings.json index 245bd46..74257ab 100644 --- a/CutList.Web/Properties/launchSettings.json +++ b/CutList.Web/Properties/launchSettings.json @@ -2,21 +2,21 @@ "profiles": { "http": { "commandName": "Project", - "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "http://localhost:5000", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" - } + }, + "dotnetRunMessages": true, + "applicationUrl": "http://localhost:5009" }, "https": { "commandName": "Project", - "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "https://localhost:5001;http://localhost:5000", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" - } + }, + "dotnetRunMessages": true, + "applicationUrl": "https://localhost:5001;http://localhost:5000" } } -} +} \ No newline at end of file