post base 64 with submitUserData function
parent
04500f43d6
commit
17538eb91c
|
@ -472,6 +472,7 @@ import Layout from '../../layouts/Layout.astro';
|
||||||
// 'game_start' : gameStartTime,
|
// 'game_start' : gameStartTime,
|
||||||
};
|
};
|
||||||
console.log(userData);
|
console.log(userData);
|
||||||
|
|
||||||
fetch(`https://save-game-data.teachertrainingchennai.in/saveGameData`, {
|
fetch(`https://save-game-data.teachertrainingchennai.in/saveGameData`, {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
headers: {
|
headers: {
|
||||||
|
|
Loading…
Reference in New Issue