Implemented theme crud and basic theme loading
This commit is contained in:
3
Moonlight.Api/Models/FrontendConfiguration.cs
Normal file
3
Moonlight.Api/Models/FrontendConfiguration.cs
Normal file
@@ -0,0 +1,3 @@
|
||||
namespace Moonlight.Api.Models;
|
||||
|
||||
public record FrontendConfiguration(string Name, string? ThemeCss);
|
||||
Reference in New Issue
Block a user