Merge pull request #10170 from demarches-simplifiees/fix_extra_current

Tech: corrige un Current.application_base_url surnuméraire
This commit is contained in:
LeSim 2024-03-21 13:15:45 +00:00 committed by GitHub
commit 7746f2d660
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,7 +39,7 @@ class ApplicationController < ActionController::Base
else
Current.application_name = APPLICATION_NAME
Current.contact_email = CONTACT_EMAIL
Current.application_base_url = Current.application_base_url
Current.application_base_url = APPLICATION_BASE_URL
end
end