7 lines
286 B
Dart
7 lines
286 B
Dart
import '../modelos/cidade_model.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';
|
|
} |