Update utils.js

This commit is contained in:
2020-09-08 11:16:40 +02:00
committed by GitHub
parent a11106f340
commit 9471072491

View File

@@ -80,8 +80,8 @@ function fallbackColor(color, fallbackColor) {
function request(data, headers) {
return axios({
url: "https://api.github.com/graphql",
method: "post",
url: "https://codestats.net/api/users/" + data.username,
method: "get",
headers,
data,
});