From f96c4c22c8ff3610924a60c099a4eb570a091ef1 Mon Sep 17 00:00:00 2001 From: huzhiyun Date: Tue, 24 Feb 2026 16:07:09 +0800 Subject: [PATCH] 1 --- YuanXuan.IM.Api/Program.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/YuanXuan.IM.Api/Program.cs b/YuanXuan.IM.Api/Program.cs index 52d306f..e269258 100644 --- a/YuanXuan.IM.Api/Program.cs +++ b/YuanXuan.IM.Api/Program.cs @@ -48,7 +48,6 @@ namespace YuanXuan.IM.Api opt.SerializerSettings.Converters.Add(new IsoDateTimeConverter() { DateTimeFormat = "yyyy-MM-dd HH:mm:ss" }); }); - // ���ӿ������ services.AddCors(options => { options.AddDefaultPolicy(builder =>