Allow upload of video

This commit is contained in:
2023-02-19 16:29:25 +11:00
parent c5d8e435a7
commit 4203fca8cd
5 changed files with 20 additions and 4 deletions

View File

@@ -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