Update bin/literal-widget.js

This commit is contained in:
agnes 2026-04-16 14:44:34 +00:00
parent 8a73dc8a51
commit 1bf9ad8670

View file

@ -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: {