diff --git a/Program.cs b/Program.cs index 356008b..95cef99 100644 --- a/Program.cs +++ b/Program.cs @@ -7,6 +7,9 @@ using WebAppServer1.ApplicationDbContext; using WebAppServer1.Authentication; using WebAppServer1.Chat; + +//进度为简单聊天存储,私聊搜索用户等 + var builder = WebApplication.CreateBuilder(args); // Add services to the container.