This commit is contained in:
simon lehericey 2024-03-21 14:01:52 +01:00
parent 2978eb328c
commit fa47eea07e

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