This commit is contained in:
efrilm
2025-09-18 09:03:50 +07:00
parent 0ea1a6fa56
commit 8e35582f93
4 changed files with 213 additions and 122 deletions
+1 -1
View File
@@ -4,5 +4,5 @@ class ApiPath {
static String verify = '/api/v1/customer-auth/register/verify-otp';
static String setPassword = '/api/v1/customer-auth/register/set-password';
static String login = '/api/v1/customer-auth/login';
static String resend = '/api/v1/customer-auth/register/resend-otp';
static String resend = '/api/v1/customer-auth/resend-otp';
}