Skip to content

Commit

Permalink
add mirrors to details endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
collinbarrett committed Sep 10, 2018
1 parent 714ac13 commit 3c97181
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/FilterLists.Services/FilterList/Models/ListDetailsDto.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
}
}

0 comments on commit 3c97181

Please sign in to comment.