とりあえず一旦これで自動修正

This commit is contained in:
hina
2020-06-06 18:01:56 +09:00
parent 334c810b8d
commit edd7a6f4c8
12 changed files with 295 additions and 268 deletions

View File

@@ -8,8 +8,8 @@ if (!token) {
} else {
$.ajaxSetup({
headers: {
'X-CSRF-TOKEN': token.content
}
'X-CSRF-TOKEN': token.content,
},
});
}