Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MCUmbrella committed Sep 18, 2022
1 parent 91ea1ec commit 4c36c73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public JSONObject execute(Method method, String url, JSONObject body)
{
HttpRequest req = new HttpRequest(UrlBuilder.of(url))
.method(method)
.header("User-Agent", "Guilded4J/0.9.6 Hutool/5.8.3")
.header("User-Agent", "Guilded4J/0.9.7 Hutool/5.8.6")
.header("Authorization", "[REDACTED]")
.header("Accept", "application/json")
.header("Content-type", "application/json")
Expand Down

0 comments on commit 4c36c73

Please sign in to comment.