starwork_flutter/lib/api/api_path.dart

4 lines
63 B
Dart

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