fix: update fetch request URL to use '/api' endpoint

This commit is contained in:
MythEclipse
2026-05-07 20:00:43 +07:00
parent e5de4bbbfb
commit 49f50b7aa8
+1 -1
View File
@@ -38,7 +38,7 @@
try { try {
const start = Date.now(); const start = Date.now();
const res = await fetch('/', { const res = await fetch('/api', {
method: 'POST', method: 'POST',
headers: { headers: {
'x-relay-target': target, 'x-relay-target': target,