Files
tm_app/lib/data/services/api/auth_api.dart
T
2025-09-16 15:51:56 +03:30

6 lines
204 B
Dart

class AuthApi {
static const String login = '/api/v1/profile/login';
static const String logout = '/api/v1/profile/logout';
static const String forgotPassword = '/api/v1/profile/forgot-password';
}