HomeServer/frontend/lib/constants.dart

5 lines
139 B
Dart
Raw Normal View History

2023-10-11 07:57:37 +00:00
class Constants {
static const String BASE_URL = "http://127.0.0.1:8062";
// static const String BASE_URL = "http://smart.gavania.de";
}