feat(app.json): Ajustando arquivo app.json

This commit is contained in:
Kenio 2025-09-12 17:15:51 -03:00
parent 06678901d4
commit e782085ed0

View file

@ -1,8 +1,8 @@
{
"state": "go",
"api": {
"url": "api-saas-api-homologacao:8000/",
"prefix": "api/v1/",
"url": "http://api-saas-api-homologacao:8000/",
"prefix": "api/v1",
"content_type": "application/json"
}
}