customizada rotas com nomes das bases

This commit is contained in:
Reginaldo
2023-08-07 18:08:45 -03:00
parent 2414b6c238
commit 347b965423
9 changed files with 117 additions and 55 deletions

View File

@@ -1,3 +1,5 @@
class Fixos{
static const String IP_API_PORTA = '192.168.0.42:8013';
// static const String AMB_PROD = 'https://controle-educa-api.rkmsistemas.com.br';
static const String AMB_HOMO = 'https://homol-controle-educa-api.rkmsistemas.com.br';
static const String AMB_DEV = 'http://192.168.0.42:8013';
}