4 lines
84 B
Dart
4 lines
84 B
Dart
class ApiPath {
|
|
static String checkPhone = '/api/v1/customer-auth/check-phone';
|
|
}
|