feat 网关继承微服务Swagger
This commit is contained in:
@ -0,0 +1,10 @@
|
||||
using Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations;
|
||||
|
||||
namespace KonSoft.InternalGateway.Aggregations.Localization;
|
||||
|
||||
public interface ILocalizationAggregation
|
||||
{
|
||||
string LocalizationRouteName { get; }
|
||||
string LocalizationEndpoint { get; }
|
||||
Task<ApplicationLocalizationDto> GetLocalizationAsync(LocalizationRequest input);
|
||||
}
|
||||
Reference in New Issue
Block a user