address to url

This commit is contained in:
Asim Aslam
2020-11-13 14:09:25 +00:00
parent 2b534c55ed
commit fe7cf56415

View File

@@ -22,7 +22,7 @@ type Feeds struct {
}
func NewFeeds(postsService posts.PostsService) *Feeds {
idIndex := model.ByEquality("address")
idIndex := model.ByEquality("url")
idIndex.Order.Type = model.OrderTypeUnordered
nameIndex := model.ByEquality("name")