删除注入

This commit is contained in:
milimoe 2025-03-13 00:17:41 +08:00
parent 68b475c10b
commit b6a155de4b
Signed by: milimoe
GPG Key ID: 05D280912DA6C69E

View File

@ -41,7 +41,6 @@ namespace Oshima.FunGame.WebAPI
Controller.NewMailSender();
if (objs.Length > 0 && objs[0] is WebApplicationBuilder builder)
{
builder.Services.AddMemoryCache();
builder.Services.AddScoped<QQBotService>();
builder.Services.AddScoped<RainBOTService>();
builder.Services.AddScoped<FunGameController>();