Files
rkm_educa_app/lib/utils/fixos.dart
2023-08-08 12:29:41 -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';
}