4 lines
70 B
Dart
Raw Normal View History

2025-10-24 01:16:50 +07:00
class ApiPath {
static const String login = '/api/v1/auth/login';
}