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