From 54cfc05b88a8eee9ef79389b3120d93b8230c751 Mon Sep 17 00:00:00 2001 From: Fishandchips321 Date: Thu, 5 Mar 2026 15:01:50 +0000 Subject: [PATCH] chore: changed backend development port to be the same as the prod backend port --- backend/src/Properties/launchSettings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/src/Properties/launchSettings.json b/backend/src/Properties/launchSettings.json index 6206ac3..bda7a5e 100644 --- a/backend/src/Properties/launchSettings.json +++ b/backend/src/Properties/launchSettings.json @@ -5,7 +5,7 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": false, - "applicationUrl": "http://localhost:5092", + "applicationUrl": "http://localhost:5000", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } @@ -14,10 +14,10 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": false, - "applicationUrl": "https://localhost:7226;http://localhost:5092", + "applicationUrl": "https://localhost:7226;http://localhost:5000", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } } } -} +} \ No newline at end of file