1
0
mirror of https://github.com/funamitech/mastodon synced 2024-12-16 07:38:27 +09:00
YuruToot/app/views/api/media/create.rabl

5 lines
152 B
Plaintext
Raw Normal View History

2016-09-06 00:46:36 +09:00
object @media
attribute :id
node(:url) { |media| full_asset_url(media.file.url) }
node(:preview_url) { |media| full_asset_url(media.file.url(:small)) }