namespace DeepDrftAPI.Models; public class CorsSettings { public string[] AllowedOrigins { get; set; } = []; }