1612
This commit is contained in:
parent
f6f4892d09
commit
bcbcc8557b
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ export default class API {
|
|||
'Content-Type': `${this.ApiSchema.contentType}`,
|
||||
Authorization: `Bearer ${this.ApiSchema.token}`,
|
||||
},
|
||||
credentials: 'include',
|
||||
...(filteredBody && { body: JSON.stringify(filteredBody) }),
|
||||
},
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue