From a0e76d035ca4f796d2c881ab9bf39974c5c5cd35 Mon Sep 17 00:00:00 2001 From: keven Date: Mon, 29 Sep 2025 13:05:19 -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 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/services/api/Api.ts b/src/services/api/Api.ts index 5474cae..649c0ab 100644 --- a/src/services/api/Api.ts +++ b/src/services/api/Api.ts @@ -43,11 +43,9 @@ export default class API { ) : null; - console.log(`${this.ApiSchema.url}${this.ApiSchema.prefix}${this.ApiSchema.endpoint}`); - // Realiza a requisição const response = await fetch( - `${this.ApiSchema.url}${this.ApiSchema.prefix}${this.ApiSchema.endpoint}`, + `${this.ApiSchema.prefix}${this.ApiSchema.endpoint}`, { method: _data.method, headers: {