10 lines
326 B
Dart
10 lines
326 B
Dart
class Fixos{
|
|
// 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.18.2:8000';
|
|
List<String> itensApp = [
|
|
'CONTROLE',
|
|
'PAIS',
|
|
'PROFESSORES'
|
|
];
|
|
} |