mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 23:46:21 +00:00
expedir certificados para los dominios localizados
This commit is contained in:
parent
aa3cbc209e
commit
958306ce06
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ module Api
|
||||||
|
|
||||||
# Dominios alternativos
|
# Dominios alternativos
|
||||||
def alternative_names
|
def alternative_names
|
||||||
DeployAlternativeDomain.all.map(&:hostname)
|
DeployAlternativeDomain.all.map(&:hostname) + DeployLocalizedDomain.all.map(&:hostname)
|
||||||
end
|
end
|
||||||
|
|
||||||
# Obtener todos los sitios con API habilitada, es decir formulario
|
# Obtener todos los sitios con API habilitada, es decir formulario
|
||||||
|
|
Loading…
Reference in a new issue