This repository has been archived on 2025-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
OpenContacts/lib/config.dart
2023-04-29 19:18:46 +02:00

3 lines
No EOL
87 B
Dart

class Config {
static const String apiBaseUrl = "https://cloudx.azurewebsites.net";
}