Update bin/literal-widget.js
This commit is contained in:
parent
8a73dc8a51
commit
1bf9ad8670
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ const variables = {
|
|||
limit: parseInt(target.getAttribute('limit')) || 20,
|
||||
};
|
||||
|
||||
fetch('https://backend.literal.club/', {
|
||||
fetch('https://literal.club/graphql/', {
|
||||
method: 'POST',
|
||||
mode: 'cors',
|
||||
headers: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue