Chepuhagram/lib/core/constants.dart

3 lines
69 B
Dart

class AppConstants {
static const baseUrl = '192.168.0.180:8000';
}