4 lines
94 B
Dart
4 lines
94 B
Dart
class ApiPath {
|
|
static const String sendValidationCode = "/v1/common/sendValidationCode";
|
|
}
|