Files

4 lines
73 B
Dart
Raw Permalink Normal View History

2026-09-12 11:22:07 +05:30
class ApiConstants {
static const baseUrl = 'http://localhost:9292';
}