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();