about page fix
This commit is contained in:
@@ -12,9 +12,6 @@ namespace VDownload.Services.Data.Configuration.Models
|
||||
[ConfigurationKeyName("repository_url")]
|
||||
public string RepositoryUrl { get; set; }
|
||||
|
||||
[ConfigurationKeyName("donation_url")]
|
||||
public string DonationUrl { get; set; }
|
||||
|
||||
[ConfigurationKeyName("developers")]
|
||||
public IEnumerable<Person> Developers { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user