about summary refs log tree commit diff
path: root/app/views/api/v1/instances/show.rabl
blob: f5598fde386af14f2a50a316895bfc8dd02f03dd (plain) (blame)
1
2
3
4
5
6
object false

node(:uri)         { site_hostname }
node(:title)       { Setting.site_title }
node(:description) { Setting.site_description }
node(:email)       { Setting.site_contact_email }