Skip to content

Commit

Permalink
Merge branch 'dev' into code-maintenance/55472-do-not-save-access-tok…
Browse files Browse the repository at this point in the history
…en-in-cookies
  • Loading branch information
ba1ash authored Jun 6, 2024
2 parents d928f0f + f8caab7 commit 72e1ad1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def openproject_core_sha(host, api_token)
end

def introspection_request(host, api_token)
OpenProject.httpx.basic_auth("apikey", api_token).get("http://#{host}/api/v3")
OpenProject.httpx.basic_auth("apikey", api_token).get("https://#{host}/api/v3")
end

##
Expand Down

0 comments on commit 72e1ad1

Please sign in to comment.