fix(Config): Ajuste no config de homologação

This commit is contained in:
Keven Willian Pereira de Souza 2025-09-15 15:29:58 -03:00
parent b1e39a1518
commit 8d476bada0

View file

@ -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"
}