feat: restructure API and documentation with new relay handler and UI components

This commit is contained in:
MythEclipse
2026-05-07 22:55:23 +07:00
parent fff35f02fe
commit 6f91d93672
3 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ export default function Home() {
fetchOptions.body = requestBody;
}
const res = await fetch('/api/relay', fetchOptions);
const res = await fetch('/', fetchOptions);
const elapsed = Date.now() - start;
let responseText = '';