7 lines
157 B
C#
7 lines
157 B
C#
public class DashboardOptions
|
|
{
|
|
public const string Section = "Dashboard";
|
|
|
|
public string[] CorsOrigins { get; set; } = ["http://localhost:5173"];
|
|
}
|