fix cdn url

This commit is contained in:
Pete Matsyburka
2024-10-21 12:33:36 +03:00
parent fed420cae1
commit e8bd8ff76f
+1 -1
View File
@@ -32,7 +32,7 @@ module Docuseal
elsif ENV['MULTITENANT'] == 'true' elsif ENV['MULTITENANT'] == 'true'
"https://cdn.#{HOST}" "https://cdn.#{HOST}"
else else
'https://cdn.docuseal.co' 'https://cdn.docuseal.com'
end end
CERTS = JSON.parse(ENV.fetch('CERTS', '{}')) CERTS = JSON.parse(ENV.fetch('CERTS', '{}'))