[MVPTN-80] deploy(Docker): Ajuste de API de requisição
This commit is contained in:
parent
68cff2650c
commit
0e552b457e
1 changed files with 1 additions and 0 deletions
|
|
@ -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) }),
|
||||
},
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue