Add profiles domain, infra, API endpoints
This commit is contained in:
6
API/Configurations/RecNetConfiguration.cs
Normal file
6
API/Configurations/RecNetConfiguration.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace API.Configurations;
|
||||
|
||||
public class RecNetConfiguration
|
||||
{
|
||||
public bool UseForwardedHeaders { get; set; } = true;
|
||||
}
|
||||
Reference in New Issue
Block a user