ADD last message with entries api
This commit is contained in:
parent
e14e6230c7
commit
bad1985b3d
|
@ -26,5 +26,5 @@ json.array! @entries do |entry|
|
||||||
json.content entry['content']
|
json.content entry['content']
|
||||||
json.target entry['target']
|
json.target entry['target']
|
||||||
end
|
end
|
||||||
json.commit entry['commit']
|
json.commit entry['last_commit']
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue