From a8fa2ceb75fd171d07f57e023935cbe5da80e54c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E9=9C=B2=E5=B0=A7?= Date: Tue, 18 Oct 2022 15:17:31 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E7=8E=AF=E5=A2=83=E4=B8=AD?= =?UTF-8?q?=E5=85=B3=E9=97=AD=20Swagger?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 20220330_Vote/Ewide.Web.Entry/appsettings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/20220330_Vote/Ewide.Web.Entry/appsettings.json b/20220330_Vote/Ewide.Web.Entry/appsettings.json index e3b8071..b0d8f31 100644 --- a/20220330_Vote/Ewide.Web.Entry/appsettings.json +++ b/20220330_Vote/Ewide.Web.Entry/appsettings.json @@ -31,6 +31,9 @@ "CorsAccessorSettings": { "PolicyName": "自定义跨域策略名", "WithOrigins": [ "http://localhost:8080", "https://mapi.zjzwfw.gov.cn" ] + }, + "AppSettings": { + "InjectSpecificationDocument": false } } \ No newline at end of file