Files

4 lines
73 B
Dart

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