Files
2026-09-15 09:09:11 +05:30

4 lines
73 B
Dart

class ApiConstants {
static const baseUrl = 'http://localhost:9292';
}