From 0e552b457e8befc20302ff500178a7da7f441cd4 Mon Sep 17 00:00:00 2001 From: keven Date: Mon, 29 Sep 2025 15:29:58 -0300 Subject: [PATCH] =?UTF-8?q?[MVPTN-80]=20deploy(Docker):=20Ajuste=20de=20AP?= =?UTF-8?q?I=20de=20requisi=C3=A7=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/services/api/Api.ts | 1 + 1 file changed, 1 insertion(+) 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) }), }, );