update HostingStartup.cs

This commit is contained in:
不做码农 2021-12-26 18:24:33 +08:00
parent 4794ec410e
commit 72b6fba559

View File

@ -29,9 +29,6 @@ namespace Infrastructure.Startups
// 添加全局配置和存储服务提供器
InternalApp.InternalServices = services;
// 初始化应用服务
//services.AddApp();
});
}