1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-25 15:59:38 +02:00

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