From b6a155de4b138d3471aeada902f4504af0f3f06b Mon Sep 17 00:00:00 2001 From: milimoe Date: Thu, 13 Mar 2025 00:17:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=B3=A8=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OshimaWebAPI/OshimaWebAPI.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/OshimaWebAPI/OshimaWebAPI.cs b/OshimaWebAPI/OshimaWebAPI.cs index e41f87f..d952fc3 100644 --- a/OshimaWebAPI/OshimaWebAPI.cs +++ b/OshimaWebAPI/OshimaWebAPI.cs @@ -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(); builder.Services.AddScoped(); builder.Services.AddScoped();