进度为简单聊天存储,私聊搜索用户等

This commit is contained in:
heiye111
2026-05-19 22:25:11 +08:00
parent b3e57cd13c
commit 50ebb96de9

View File

@@ -7,6 +7,9 @@ using WebAppServer1.ApplicationDbContext;
using WebAppServer1.Authentication; using WebAppServer1.Authentication;
using WebAppServer1.Chat; using WebAppServer1.Chat;
//进度为简单聊天存储,私聊搜索用户等
var builder = WebApplication.CreateBuilder(args); var builder = WebApplication.CreateBuilder(args);
// Add services to the container. // Add services to the container.