Update endpoint
This commit is contained in:
parent
f6d7b69bbd
commit
13c62a5c0d
@ -646,7 +646,7 @@ async function submitPendingRatings() {
|
||||
lastSubmissionError = null;
|
||||
console.log('Sending request');
|
||||
try {
|
||||
const response = await fetch('https://k5kk18774h.execute-api.us-east-1.amazonaws.com/default/shinigamiEyesSubmission', {
|
||||
const response = await fetch('https://shini-api.xyz/submit-vote', {
|
||||
body: JSON.stringify(actualRequest),
|
||||
method: 'POST',
|
||||
credentials: 'omit',
|
||||
|
Loading…
Reference in New Issue
Block a user