From 64a5f61a6a4159116fc2840d51e12556c4764cba Mon Sep 17 00:00:00 2001 From: MSuMshk <2039814060@qq.com> Date: Thu, 4 Dec 2025 22:37:05 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=B0=83=E6=95=B4=E6=9C=AC=E5=9C=B0?= =?UTF-8?q?=E5=90=AF=E5=8A=A8=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Api/TakeoutSaaS.AdminApi/Properties/launchSettings.json | 2 +- src/Api/TakeoutSaaS.MiniApi/Properties/launchSettings.json | 2 +- src/Api/TakeoutSaaS.UserApi/Properties/launchSettings.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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