5 lines
151 B
Dart
5 lines
151 B
Dart
class ApiPath {
|
|
static String checkPhone = '/api/v1/customer-auth/check-phone';
|
|
static String register = '/api/v1/customer-auth/register/start';
|
|
}
|