Files
rkm_educa_prof_app/lib/utils/fixos.dart
Reginaldo 4f08bdfd27 ajustado os dados do calendário;
do login com o cpf
2023-11-15 11:47:05 -03:00

5 lines
246 B
Dart

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';
}