Skip to content

Commit

Permalink
fix: fix #6
Browse files Browse the repository at this point in the history
  • Loading branch information
null8626 committed Apr 26, 2023
1 parent 6be950b commit 38f2d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/http.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ impl Http {

let payload = format!(
"\
{predicate} /api{path} HTTP/1.0\r\n\
{predicate} /api{path} HTTP/1.1\r\n\
Authorization: Bearer {}\r\n\
Content-Type: application/json\r\n\
Host: top.gg\r\n\
Expand Down

0 comments on commit 38f2d21

Please sign in to comment.