aboutsummaryrefslogtreecommitdiffhomepage
path: root/model
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2018-04-07 13:56:11 -0700
committerGravatar Frédéric Guillot <fred@miniflux.net>2018-04-07 13:56:11 -0700
commit702256bcc0e829b49a875e7c2b70c5078ff2c665 (patch)
tree5843c79caa3f235044246ee6502dd78257ca2075 /model
parent538d08c16ce72dcbb8c6d041bdf9643cf4a16763 (diff)
Add unit test for comments url and French translation
Diffstat (limited to 'model')
-rw-r--r--model/entry.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/model/entry.go b/model/entry.go
index 2b46daa..104601e 100644
--- a/model/entry.go
+++ b/model/entry.go
@@ -27,7 +27,7 @@ type Entry struct {
Hash string `json:"hash"`
Title string `json:"title"`
URL string `json:"url"`
- CommentsURL string `json:"comments"`
+ CommentsURL string `json:"comments_url"`
Date time.Time `json:"published_at"`
Content string `json:"content"`
Author string `json:"author"`