starwork_flutter/lib/api/api_path.dart

4 lines
94 B
Dart
Raw Normal View History

class ApiPath {
static const String sendValidationCode = "/v1/common/sendValidationCode";
}