Velar/Frontend/lib/other_pages/enviroment.dart

4 lines
83 B
Dart
Raw Normal View History

2025-08-07 01:23:03 -07:00
class Environment {
2025-08-12 20:32:59 -07:00
static const String baseUrl = 'http://10.231.31.224:3000';
2025-08-07 01:23:03 -07:00
}