Add Apr2025 Randomizer
This commit is contained in:
@@ -5,9 +5,10 @@
|
||||
public class ServiceOptions {
|
||||
public string Baserom { get; set; } = null!;
|
||||
public string PythonPath { get; set; } = null!;
|
||||
public string RandomizerPath { get; set; } = null!;
|
||||
public string FlipsPath { get; set; } = null!;
|
||||
public IList<string> AllowedCors { get; set; } = new List<string>();
|
||||
public AzureSettings AzureSettings { get; set; } = new AzureSettings();
|
||||
public IDictionary<string, string> RandomizerPaths { get; set; } = new Dictionary<string, string>();
|
||||
}
|
||||
|
||||
public class AzureSettings {
|
||||
|
||||
Reference in New Issue
Block a user