Files
TenWholeYears.Server/API/Configurations/RecNetConfiguration.cs
2026-06-18 13:15:27 -05:00

6 lines
128 B
C#

namespace API.Configurations;
public class RecNetConfiguration
{
public bool UseForwardedHeaders { get; set; } = true;
}