@@ -0,0 +1,8 @@
|
||||
namespace Shared.Models.Settings
|
||||
{
|
||||
public class InternalApiSettings
|
||||
{
|
||||
public string ApiKey { get; set; } = string.Empty;
|
||||
public bool RequireApiKey { get; set; } = false;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user