login
This commit is contained in:
@@ -59,7 +59,7 @@ async function main() {
|
||||
true, "warning");
|
||||
return;
|
||||
}
|
||||
if (await fetch("/post", {
|
||||
if (await fetch("/vote", {
|
||||
method: "post", body: JSON.stringify(vote)
|
||||
})
|
||||
.then(r => r.status) === 200) {
|
||||
|
||||
Reference in New Issue
Block a user