starwork_flutter/lib/api/api_path.dart

4 lines
63 B
Dart
Raw Normal View History

class ApiPath {
static const String login = "/auth/login";
}