From Json to PostgrSQL V3 save attendance

This commit is contained in:
Greg 2025-05-11 10:27:48 +02:00
parent 0ac9ebd9ae
commit 7e0bd13048

View File

@ -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());
} }