Skip to content
This repository has been archived by the owner on Jan 3, 2021. It is now read-only.

Commit

Permalink
Maybe this works?
Browse files Browse the repository at this point in the history
It all works on my machine, so I'm counting on Travis
  • Loading branch information
VandorpeDavid committed Jul 27, 2017
1 parent 557a851 commit 0e4bdce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/backend/backend_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def digest(*args)
# using httparty because it is much easier to read than net/http code
resp = HTTParty.get("#{ Rails.application.secrets.fk_auth_url }/#{ ugent_login }/FKEnrolment",
:headers => {
:"X-Authorization" => Rails.application.secrets.fk_auth_key,
'X-Authorization' => Rails.application.secrets.fk_auth_key,
:Accept => 'application/json'
})

Expand Down

0 comments on commit 0e4bdce

Please sign in to comment.