Refactored project to module structure
This commit is contained in:
7
Moonlight.Api/Admin/Sys/Versions/FrontendOptions.cs
Normal file
7
Moonlight.Api/Admin/Sys/Versions/FrontendOptions.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Moonlight.Api.Admin.Sys.Versions;
|
||||
|
||||
public class FrontendOptions
|
||||
{
|
||||
public bool Enabled { get; set; } = true;
|
||||
public int CacheMinutes { get; set; } = 3;
|
||||
}
|
||||
Reference in New Issue
Block a user