5 lines
246 B
Dart
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';
|
|
} |