flagging unflagging cards

This commit is contained in:
2020-11-24 14:07:10 +01:00
parent ffc4a88094
commit a38653f7ce
14 changed files with 476 additions and 81 deletions

View File

@@ -9,5 +9,6 @@ export const MA = axios.create({
withCredentials: true,
headers: {
"Content-Type": "application/json"
// "X-CSRF-Token": "csrf_token"
}
})