This commit is contained in:
slynn1324 2021-10-04 16:29:37 -05:00
parent ea96135e0c
commit 7e815f6512

View file

@ -57,7 +57,7 @@ app.addSetter("editPinModal.save", async (data) => {
let res = await fetch("/api/boards", {
method: 'POST',
headers: {
'Content-Type': 'application/json'
'Content-Type': 'application/json',
'x-csrf-token': window.csrfToken
},
body: JSON.stringify({