This commit is contained in:
Keven 2025-12-09 16:12:53 -03:00
parent f6f4892d09
commit bcbcc8557b

View file

@ -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) }),
},
);