Fix #525 - Add instance information API
This commit is contained in:
@@ -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