Move projects to src; add Neutrino secret
This commit is contained in:
6
src/API/Configuration/RecNetOptions.cs
Normal file
6
src/API/Configuration/RecNetOptions.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace API.Configuration;
|
||||
|
||||
public class RecNetOptions
|
||||
{
|
||||
public bool UseForwardedHeaders { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user