mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Minor fixes
This commit is contained in:
@@ -72,7 +72,7 @@ export default function Todos() {
|
||||
}
|
||||
|
||||
const onCardClick = (id) => {
|
||||
fetch(`${constants.apiUrl}todos?id=${id}`, {
|
||||
fetch(`${constants.apiUrl}voteTodo?id=${id}`, {
|
||||
credentials: 'include',
|
||||
})
|
||||
.then((resp) => {
|
||||
|
Reference in New Issue
Block a user