Allow upload of video
This commit is contained in:
@@ -11,7 +11,7 @@ module Adamantium
|
||||
end
|
||||
|
||||
expose :posts do
|
||||
post_repo.post_listing(limit: 10).map do |post|
|
||||
post_repo.post_listing(limit: 5).map do |post|
|
||||
Decorators::Posts::Decorator.new(post)
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user