[MVPTN-80] deploy(Docker): Ajuste de API de requisição

This commit is contained in:
Keven Willian Pereira de Souza 2025-09-29 15:29:58 -03:00
parent 68cff2650c
commit 0e552b457e

View file

@ -55,6 +55,7 @@ export default class API {
"Content-Type": `${this.ApiSchema.contentType}`,
Authorization: `Bearer ${this.ApiSchema.token}`,
},
cache: 'no-store',
...(filteredBody && { body: JSON.stringify(filteredBody) }),
},
);