mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-25 12:01:03 +00:00
Switched gathers url to use https
This commit is contained in:
parent
5cc9dc411f
commit
1f9f5f8dce
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ module ApplicationHelper
|
|||
|
||||
def gathers_url
|
||||
if Rails.env.production?
|
||||
"http://gathers.ensl.org"
|
||||
"https://gathers.ensl.org"
|
||||
else
|
||||
"http://gathers.staging.ensl.org"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue