mirror of
https://github.com/slynn1324/tinypin.git
synced 2026-01-23 02:25:08 +00:00
fix typo
This commit is contained in:
parent
ea96135e0c
commit
7e815f6512
1 changed files with 1 additions and 1 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue