fix: update fetch URL for recording daily character win
Build Docker Image / build (push) Successful in 1m28s

This commit is contained in:
2026-06-28 22:19:25 +02:00
parent 42c4c7e20c
commit 262f619013
@@ -163,7 +163,7 @@
const triedCharacterIds = selectedCharacters.map(selected => selected.id); const triedCharacterIds = selectedCharacters.map(selected => selected.id);
// Send request to record win in database // Send request to record win in database
fetch('/daily', { fetch('/daily/character', {
method: 'POST', method: 'POST',
headers: { headers: {
'Content-Type': 'application/json' 'Content-Type': 'application/json'