diff --git a/src/Api/TakeoutSaaS.AdminApi/Properties/launchSettings.json b/src/Api/TakeoutSaaS.AdminApi/Properties/launchSettings.json index efda216..160a8ad 100644 --- a/src/Api/TakeoutSaaS.AdminApi/Properties/launchSettings.json +++ b/src/Api/TakeoutSaaS.AdminApi/Properties/launchSettings.json @@ -6,7 +6,7 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, - "applicationUrl": "https://localhost:2676;http://localhost:2680" + "applicationUrl": "http://localhost:2680" } } } \ No newline at end of file diff --git a/src/Api/TakeoutSaaS.MiniApi/Properties/launchSettings.json b/src/Api/TakeoutSaaS.MiniApi/Properties/launchSettings.json index c959907..a89a59c 100644 --- a/src/Api/TakeoutSaaS.MiniApi/Properties/launchSettings.json +++ b/src/Api/TakeoutSaaS.MiniApi/Properties/launchSettings.json @@ -6,7 +6,7 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, - "applicationUrl": "https://localhost:2678;http://localhost:2681" + "applicationUrl": "http://localhost:2681" } } } \ No newline at end of file diff --git a/src/Api/TakeoutSaaS.UserApi/Properties/launchSettings.json b/src/Api/TakeoutSaaS.UserApi/Properties/launchSettings.json index 8439ade..bb5c543 100644 --- a/src/Api/TakeoutSaaS.UserApi/Properties/launchSettings.json +++ b/src/Api/TakeoutSaaS.UserApi/Properties/launchSettings.json @@ -6,7 +6,7 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, - "applicationUrl": "https://localhost:2679;http://localhost:2682" + "applicationUrl": "http://localhost:2682" } } } \ No newline at end of file