7 lines
159 B
C#
7 lines
159 B
C#
namespace Moonlight.Shared.Misc;
|
|
|
|
public class FrontendConfiguration
|
|
{
|
|
public string ApiUrl { get; set; }
|
|
public string HostEnvironment { get; set; }
|
|
} |