Velar/Frontend/lib/other_pages/enviroment.dart

3 lines
83 B
Dart

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