about summary refs log tree commit diff
path: root/app/views/api/v1/instances/show.rabl
blob: e1d4700a0c36fef28681b66ef8179ce193b8a647 (plain) (blame)
1
2
3
4
5
6
7
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 }