Skip to content

Commit

Permalink
v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ljnchn committed Jan 28, 2024
1 parent 0cf4406 commit 756f283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ func checkGhuToken(ghuToken string) string {
"Host": "api.github.com",
}

res, err := handleRequest("POST", body, requestUrl, headers)
res, err := handleRequest("GET", body, requestUrl, headers)
if err != nil {
return "查询失败"
}
Expand Down

0 comments on commit 756f283

Please sign in to comment.