diff --git a/src/services/api/Api.ts b/src/services/api/Api.ts index e3705e5..7a2247d 100644 --- a/src/services/api/Api.ts +++ b/src/services/api/Api.ts @@ -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) }), }, );