From Json to PostgrSQL V3 save attendance
This commit is contained in:
parent
0ac9ebd9ae
commit
7e0bd13048
@ -12,7 +12,7 @@ function saveData() {
|
|||||||
method: 'POST',
|
method: 'POST',
|
||||||
headers: { 'Content-Type': 'application/json' },
|
headers: { 'Content-Type': 'application/json' },
|
||||||
body: JSON.stringify(data)
|
body: JSON.stringify(data)
|
||||||
});
|
}).then(() => fetchData());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user