Add setting for status page URL (#23390)
This commit is contained in:
parent
01584f03e8
commit
8f590b0a21
8 changed files with 25 additions and 5 deletions
|
@ -38,6 +38,10 @@ class InstancePresenter < ActiveModelSerializers::Model
|
|||
Setting.site_terms
|
||||
end
|
||||
|
||||
def status_page_url
|
||||
Setting.status_page_url
|
||||
end
|
||||
|
||||
def domain
|
||||
Rails.configuration.x.local_domain
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue