about summary refs log tree commit diff
path: root/app/views/api/v1/instances/show.rabl
blob: 05fb650315ae813cc94a5b9ef4afa848426d5bba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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.to_s }
node :urls do
    { :streaming_api => Rails.configuration.x.streaming_api_base_url }
end