Files
Moonlight/Moonlight.Api/Shared/Frontend/FrontendSettingConstants.cs

6 lines
141 B
C#

namespace Moonlight.Api.Shared.Frontend;
public class FrontendSettingConstants
{
public const string Name = "Moonlight.Frontend.Name";
}