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,