diff --git a/Bootstrap.Admin/Properties/launchSettings.json b/Bootstrap.Admin/Properties/launchSettings.json index 2c8e2249..c9144bf1 100644 --- a/Bootstrap.Admin/Properties/launchSettings.json +++ b/Bootstrap.Admin/Properties/launchSettings.json @@ -22,7 +22,7 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, - "applicationUrl": "http://localhost:50853/" + "applicationUrl": "http://localhost:50852/" } } } \ No newline at end of file diff --git a/Bootstrap.Client/Properties/launchSettings.json b/Bootstrap.Client/Properties/launchSettings.json index dac25098..646794d0 100644 --- a/Bootstrap.Client/Properties/launchSettings.json +++ b/Bootstrap.Client/Properties/launchSettings.json @@ -22,7 +22,7 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, - "applicationUrl": "https://localhost:5001;http://localhost:5000" + "applicationUrl": "http://localhost:49185" } } } \ No newline at end of file