mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 03:05:14 +00:00
address to url
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user