Merged with dev

This commit is contained in:
Abdullah Alassaf
2024-08-08 14:07:11 +03:00
16 changed files with 643 additions and 741 deletions

View File

@ -8,4 +8,5 @@ abstract class ApiEndpoints {
static const String forgetPassword = '$baseUrl/authentication/user/forget-password';
static const String sendOtp = '$baseUrl/authentication/user/send-otp';
static const String verifyOtp = '$baseUrl/authentication/user/verify-otp';
static const String getRegion = '$baseUrl/region';
}