From 0e34faa77449072240e4fb6b9971b4c09bc032bb Mon Sep 17 00:00:00 2001 From: Steve <34465153+xxl4@users.noreply.github.com> Date: Tue, 25 Jun 2024 11:29:46 +0800 Subject: [PATCH] add email code and login with code --- src/Docs/V1/Shop/Controllers/Customer/AuthController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Docs/V1/Shop/Controllers/Customer/AuthController.php b/src/Docs/V1/Shop/Controllers/Customer/AuthController.php index 1f052b9..08bb5fc 100644 --- a/src/Docs/V1/Shop/Controllers/Customer/AuthController.php +++ b/src/Docs/V1/Shop/Controllers/Customer/AuthController.php @@ -216,8 +216,8 @@ public function forgotPassword() /** * @OA\Post( - * path="/api/v1/customer/login", - * operationId="customerLogin", + * path="/api/v1/customer/login-code", + * operationId="LoginWithCode", * tags={"Customers"}, * summary="Login customer", * description="Login customer",