Velar/lib/other_pages/enviroment.dart

3 lines
82 B
Dart

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