Refactor app architecture and clean local artifacts
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Backend.Configuration;
|
||||
|
||||
public sealed class FrontendOptions
|
||||
{
|
||||
public const string SectionName = "Frontend";
|
||||
|
||||
public string[] AllowedOrigins { get; init; } = [];
|
||||
}
|
||||
Reference in New Issue
Block a user