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) {
|
||||
return axios({
|
||||
url: "https://api.github.com/graphql",
|
||||
method: "post",
|
||||
url: "https://codestats.net/api/users/" + data.username,
|
||||
method: "get",
|
||||
headers,
|
||||
data,
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue