enaklo-flutter/lib/common/url/api_path.dart
2025-09-18 06:38:50 +07:00

6 lines
221 B
Dart

class ApiPath {
static String checkPhone = '/api/v1/customer-auth/check-phone';
static String register = '/api/v1/customer-auth/register/start';
static String verify = '/api/v1/customer-auth/register/verify-otp';
}