ok We will check the EasyCrm.
https://github.com/jhallam3/Life/blob/c96807bfefd4d112be5589b454d595cf46b6ee58/aspnet-core/src/Life.HttpApi/Controllers/Nordigens/NordigenController.cs#L31
hi
You can get source by run
abp get-source Volo.FileManagement
Can you try this?
[HttpGet]
[Route("banks")]
public virtual Task<string> BanksAsync()
{
return _nordigensAppService.BanksAsync();
}
https://github.com/maliming
hi
Please follow https://github.com/abpframework/abp/issues/9853
You're welcome!
You can use your physical file to replace the file in the dll in the virtual file system.
https://github.com/abpframework/abp/blob/48c52625f4c4df007f04d5ac6368b07411aa7521/framework/src/Volo.Abp.VirtualFileSystem/Volo/Abp/VirtualFileSystem/VirtualFileSetListExtensions.cs#L31
https://github.com/abpframework/abp/blob/580497262fa71cb83709da62ae6163c1b4411d10/framework/src/Volo.Abp.AspNetCore.Mvc/Volo/Abp/AspNetCore/Mvc/AbpAspNetCoreMvcModule.cs#L146
Boot the abp module system, and then call it.
https://github.com/abpframework/abp/blob/dev/templates/app/aspnet-core/test/MyCompanyName.MyProjectName.HttpApi.Client.ConsoleTestApp/ConsoleTestAppHostedService.cs#L21