ajustes no app para a api_homol

This commit is contained in:
Reginaldo
2023-08-08 12:29:41 -03:00
parent 6a15293d12
commit af5e5cfff0
14 changed files with 69 additions and 26 deletions

5
lib/utils/fixos.dart Normal file
View File

@@ -0,0 +1,5 @@
class Fixos{
static const String LINK_API_LOCAL = 'http://192.168.18.2:8000';
static const String LINK_API_CONTAINER = 'http://192.168.0.42:8013';
static const String LINK_API_HOMOL = 'https://homol-controle-educa-api.rkmsistemas.com.br';
}