4 lines
70 B
Dart
Raw Normal View History

2025-08-16 17:27:57 +07:00
class ApiPath {
static const String login = '/api/v1/auth/login';
}