mirror of
https://github.com/Aviortheking/codestats-readme.git
synced 2025-04-22 10:42:08 +00:00
Update utils.js
This commit is contained in:
parent
a11106f340
commit
9471072491
@ -80,8 +80,8 @@ function fallbackColor(color, fallbackColor) {
|
|||||||
|
|
||||||
function request(data, headers) {
|
function request(data, headers) {
|
||||||
return axios({
|
return axios({
|
||||||
url: "https://api.github.com/graphql",
|
url: "https://codestats.net/api/users/" + data.username,
|
||||||
method: "post",
|
method: "get",
|
||||||
headers,
|
headers,
|
||||||
data,
|
data,
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user