merging branches

This commit is contained in:
amirrezaghabeli
2025-09-17 10:15:41 +03:30
parent d43aced4bd
commit 43ef5bd48b
10 changed files with 513 additions and 46 deletions
+1
View File
@@ -2,4 +2,5 @@ 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';
}