Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3445531972 |
@@ -11,8 +11,8 @@ namespace SimApi.Configs
|
||||
public bool EnableSimApiStorage { get; set; } = false;
|
||||
public bool EnableForwardHeaders { get; set; } = true;
|
||||
public bool EnableLowerUrl { get; set; } = true;
|
||||
public SimApiDocOptions SimApiDocOptions { get; set; } = new();
|
||||
public SimApiStorageOptions SimApiStorageOptions { get; set; } = new();
|
||||
public SimApiDocOptions SimApiDocOptions { get; set; } = new SimApiDocOptions();
|
||||
public SimApiStorageOptions SimApiStorageOptions { get; set; } = new SimApiStorageOptions();
|
||||
|
||||
|
||||
public void ConfigureSimApiDoc(Action<SimApiDocOptions> options = null)
|
||||
|
||||
Reference in New Issue
Block a user