From 8d476bada050c27c8f305be98b586bc35bf2e475 Mon Sep 17 00:00:00 2001 From: keven Date: Mon, 15 Sep 2025 15:29:58 -0300 Subject: [PATCH] =?UTF-8?q?fix(Config):=20Ajuste=20no=20config=20de=20homo?= =?UTF-8?q?loga=C3=A7=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/app.json b/src/config/app.json index d38e8d3..0743536 100644 --- a/src/config/app.json +++ b/src/config/app.json @@ -1,7 +1,7 @@ { "state": "go", "api": { - "url": "http://localhost:8000/", + "url": "http://api_saas_api_homologacao:8000/", "prefix": "api/v1/", "content_type": "application/json" }