Add door shuffle, flute, and lamp settings
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
builder.Services.AddCors(options => {
|
||||
options.AddPolicy("AllowDomains", policy => {
|
||||
foreach (var domain in settings.AllowedCors) {
|
||||
policy.WithOrigins(domain);
|
||||
policy.WithOrigins(domain).AllowAnyHeader();
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user