From ae1d324b041aa2b76750e952bf57eea3959acbd1 Mon Sep 17 00:00:00 2001 From: benji Date: Wed, 29 Jun 2016 22:03:17 +0200 Subject: [PATCH] https \o/ --- config/environments/production.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index df783bd..a59f0bd 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -87,6 +87,5 @@ Rails.application.configure do script_name: config.relative_url_root, } - config.api_url = "http://zeus.ugent.be/tab" - + config.api_url = "https://zeus.ugent.be/tab" end