chore 优化代码
This commit is contained in:
		| @ -4,8 +4,8 @@ using Volo.Abp.FeatureManagement; | ||||
| using Volo.Abp.Identity; | ||||
| using Volo.Abp.Modularity; | ||||
| using Volo.Abp.PermissionManagement; | ||||
| using Volo.Abp.TenantManagement; | ||||
| using Volo.Abp.SettingManagement; | ||||
| using Volo.Abp.TenantManagement; | ||||
| using Volo.Abp.VirtualFileSystem; | ||||
|  | ||||
| namespace KonSoft.Dispatch; | ||||
| @ -26,8 +26,7 @@ public class DispatchHttpApiClientModule : AbpModule | ||||
|     public override void ConfigureServices(ServiceConfigurationContext context) | ||||
|     { | ||||
|         context.Services.AddHttpClientProxies( | ||||
|             typeof(DispatchApplicationContractsModule).Assembly, | ||||
|             RemoteServiceName | ||||
|             typeof(DispatchApplicationContractsModule).Assembly | ||||
|         ); | ||||
|  | ||||
|         Configure<AbpVirtualFileSystemOptions>(options => | ||||
| @ -35,4 +34,4 @@ public class DispatchHttpApiClientModule : AbpModule | ||||
|             options.FileSets.AddEmbedded<DispatchHttpApiClientModule>(); | ||||
|         }); | ||||
|     } | ||||
| } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user