feat 网关继承微服务Swagger
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
using KonSoft.InternalGateway.Aggregations.Base;
|
||||
|
||||
namespace KonSoft.InternalGateway.Aggregations.ApplicationConfiguration;
|
||||
|
||||
public class AppConfigurationRequest : IRequestInput
|
||||
{
|
||||
public Dictionary<string, string> Endpoints { get; } = new();
|
||||
}
|
||||
Reference in New Issue
Block a user