diff --git a/src/routes/(game)/daily/character/+page.svelte b/src/routes/(game)/daily/character/+page.svelte index b393b27..77ae43f 100644 --- a/src/routes/(game)/daily/character/+page.svelte +++ b/src/routes/(game)/daily/character/+page.svelte @@ -163,7 +163,7 @@ const triedCharacterIds = selectedCharacters.map(selected => selected.id); // Send request to record win in database - fetch('/daily', { + fetch('/daily/character', { method: 'POST', headers: { 'Content-Type': 'application/json'