1
0
mirror of https://github.com/Fayorg/calendrier-avant.git synced 2026-05-28 01:28:37 +02:00
This commit is contained in:
2023-12-04 11:37:10 +01:00
parent cc2dc0aa74
commit 873ff3d5ae
5 changed files with 7 additions and 72 deletions

View File

@@ -22,9 +22,6 @@ export default function play() {
const response = await fetch('/api/grade', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
},
body: JSON.stringify({ grade, key: password }),
});
const data = await response.json();