From 1bf9ad86707641fc68a33873f66d3efe37db95da Mon Sep 17 00:00:00 2001 From: agnes Date: Thu, 16 Apr 2026 14:44:34 +0000 Subject: [PATCH] Update bin/literal-widget.js --- bin/literal-widget.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/literal-widget.js b/bin/literal-widget.js index 247122b..325feca 100644 --- a/bin/literal-widget.js +++ b/bin/literal-widget.js @@ -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: {