Fix #525 - Add instance information API
This commit is contained in:
6
app/views/api/v1/instances/show.rabl
Normal file
6
app/views/api/v1/instances/show.rabl
Normal file
@ -0,0 +1,6 @@
|
||||
object false
|
||||
|
||||
node(:uri) { Rails.configuration.x.local_domain }
|
||||
node(:title) { Setting.site_title }
|
||||
node(:description) { Setting.site_description }
|
||||
node(:email) { Setting.site_contact_email }
|
Reference in New Issue
Block a user