chore: 优化AgileConfig配置

This commit is contained in:
2025-10-23 13:35:35 +08:00
parent e79925f402
commit 2360504491
3 changed files with 6 additions and 12 deletions

View File

@ -1,6 +1,5 @@
using KonSoft.Admin;
using KonSoft.Shared.Hosting.Gateways;
using Volo.Abp;
using Volo.Abp.Modularity;
namespace KonSoft.InternalGateway
@ -11,8 +10,5 @@ namespace KonSoft.InternalGateway
)]
public class InternalGatewayModule : AbpModule
{
public override void OnApplicationInitialization(ApplicationInitializationContext context)
{
}
}
}