mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-05-01 10:12:51 +08:00
9 lines
206 B
C#
9 lines
206 B
C#
namespace Ocelot.Library.Infrastructure.Configuration
|
|
{
|
|
public class ReRoute
|
|
{
|
|
public string DownstreamTemplate { get; set; }
|
|
public string UpstreamTemplate { get; set; }
|
|
}
|
|
}
|