fix: update fetch URL for recording daily character win
Build Docker Image / build (push) Successful in 1m28s
Build Docker Image / build (push) Successful in 1m28s
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user