using System.Collections.Generic; namespace skydiveLogs_api.Model { public class CorsSettings { public string FrontUrl { get; set; } } }