Skip to content

Commit

Permalink
feat: change method of teleport last request (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusl authored Feb 8, 2023
1 parent b828a0a commit d7a509b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/teleport.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ impl Plugin for Teleport {
.expect("should have client")
.request(
Request::builder()
.method(Method::HEAD)
.method(Method::GET)
.uri(manifest_uri.manifest_url())
.header("Accept", tc.search().find_symbol("accept").expect("should have accept header"))
.header("Authorization", tc.search().find_symbol("Authorization").expect("should have authorization"))
Expand Down

0 comments on commit d7a509b

Please sign in to comment.