From 49f50b7aa89cb81c9c8f5aaab448c20e0d640a7a Mon Sep 17 00:00:00 2001 From: MythEclipse Date: Thu, 7 May 2026 20:00:43 +0700 Subject: [PATCH] fix: update fetch request URL to use '/api' endpoint --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 27e6edb..3c764a8 100644 --- a/public/index.html +++ b/public/index.html @@ -38,7 +38,7 @@ try { const start = Date.now(); - const res = await fetch('/', { + const res = await fetch('/api', { method: 'POST', headers: { 'x-relay-target': target,