about summary refs log tree commit diff
path: root/app/views/api/v1/instances/show.rabl
blob: 8ab3fe0caeb4be6650686f96108ac51e14561a3b (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 }