Velar/Frontend/lib/other_pages/enviroment.dart
2025-08-14 12:38:58 +05:30

3 lines
82 B
Dart

class Environment {
static const String baseUrl = 'http://192.168.1.10:3000';
}