add mirrors to details endpoint

ref #467
This commit is contained in:
Collin Barrett 2018-09-09 20:06:05 -05:00
parent 2f82a774a9
commit 2df84ff68b

View file

@ -29,5 +29,7 @@ public class ListDetailsDto
public IEnumerable<ListTagDto> Tags { get; set; }
public DateTime? UpdatedDate { get; set; }
public string ViewUrl { get; set; }
public string ViewUrlMirror1 { get; set; }
public string ViewUrlMirror2 { get; set; }
}
}