update docs and prep for frontend
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
public class DashboardOptions
|
||||
{
|
||||
public const string Section = "Dashboard";
|
||||
|
||||
public string[] CorsOrigins { get; set; } = ["http://localhost:5173"];
|
||||
}
|
||||
Reference in New Issue
Block a user