Login Repo

This commit is contained in:
efrilm
2025-09-18 07:04:06 +07:00
parent 1a0c0cf49b
commit b20854f329
9 changed files with 904 additions and 0 deletions
+1
View File
@@ -3,4 +3,5 @@ class ApiPath {
static String register = '/api/v1/customer-auth/register/start';
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/register/login';
}