mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-26 12:30:48 +00:00
Switched gathers url to use https
This commit is contained in:
parent
f6ecbb9f4d
commit
bb5bd6c824
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