Files
tm_app/lib/data/services/api/auth_api.dart
T
amirrezaghabeli 43ef5bd48b merging branches
2025-09-17 10:15:41 +03:30

7 lines
276 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';
static const String resetPassword = '/api/v1/profile/reset-password';
}