1
0
mirror of https://github.com/whippyshou/mastodon synced 2025-01-06 01:43:25 +09:00
whippy-edition/app/views/api/v1/instances/show.rabl

8 lines
232 B
Plaintext
Raw Normal View History

object false
node(:uri) { site_hostname }
node(:title) { Setting.site_title }
node(:description) { Setting.site_description }
node(:email) { Setting.site_contact_email }
node(:version) { Mastodon::Version }