Add new dashboard

This commit is contained in:
Sean Morley
2024-12-03 14:00:48 -05:00
parent 88dbd41b92
commit a39e22b0a8
13 changed files with 181 additions and 11 deletions

View File

@@ -444,7 +444,6 @@
headers: {
'Content-Type': 'application/json'
},
credentials: 'include',
body: JSON.stringify(adventure)
});
let data = await res.json();