Update utils.js
This commit is contained in:
parent
a11106f340
commit
9471072491
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue