Skip to content

Commit

Permalink
fix protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakuyume committed May 24, 2024
1 parent 0a5305d commit 8ca11e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/external_account.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ impl ExternalAccountFlow {
let request = headers
.iter()
.flatten()
.fold(hyper::Request::post(url), |builder, (name, value)| {
.fold(hyper::Request::get(url), |builder, (name, value)| {
builder.header(name, value)
})
.body(hyper::Body::empty())
Expand Down

0 comments on commit 8ca11e5

Please sign in to comment.