From 1c1a8149de27509e1664a3f07e221d30d9b8e0c6 Mon Sep 17 00:00:00 2001
From: cnf <3200815559@qq.com>
Date: 星期五, 01 八月 2025 16:46:25 +0800
Subject: [PATCH] 

---
 Startup.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Startup.cs b/Startup.cs
index 7ab10eb..caf1a01 100644
--- a/Startup.cs
+++ b/Startup.cs
@@ -38,7 +38,7 @@
             var xmlFile =
                 $"{Assembly.GetExecutingAssembly().GetName().Name}.xml";
             var xmlPath = Path.Combine(AppContext.BaseDirectory, xmlFile);
-            c.IncludeXmlComments(xmlPath, true);
+            //c.IncludeXmlComments(xmlPath, true);
         });
 
         //閰嶇疆JSON.NET

--
Gitblit v1.9.3