Velar/Frontend/lib/other_pages/enviroment.dart

4 lines
82 B
Dart
Raw Normal View History

2025-08-07 01:23:03 -07:00
class Environment {
static const String baseUrl = 'http://10.231.26.23:3000';
}