mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-26 04:21:36 +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
|
def gathers_url
|
||||||
if Rails.env.production?
|
if Rails.env.production?
|
||||||
"http://gathers.ensl.org"
|
"https://gathers.ensl.org"
|
||||||
else
|
else
|
||||||
"http://gathers.staging.ensl.org"
|
"http://gathers.staging.ensl.org"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue