mirror of
https://github.com/slynn1324/tinypin
synced 2026-05-04 01:40:43 +00:00
fix typo
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user