Implemented template crud, db entities, import/export, ptero and pelican import
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace MoonlightServers.Shared.Admin.Templates;
|
||||
|
||||
public class UpdateMiscellaneousConfigDto
|
||||
{
|
||||
public bool UseLegacyStartup { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user