Update utils.js

This commit is contained in:
Florian Bouillon 2020-09-08 11:16:40 +02:00 committed by GitHub
parent a11106f340
commit 9471072491
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,
});