enaklo-flutter/lib/common/url/api_path.dart

4 lines
84 B
Dart
Raw Normal View History

2025-09-18 05:51:17 +07:00
class ApiPath {
static String checkPhone = '/api/v1/customer-auth/check-phone';
}