path changed
This commit is contained in:
parent
38f53cd10f
commit
b904b18355
@ -3051,7 +3051,7 @@ router.get("/manufacturing/getManufacturingMonthlyOverview", [verifySignature, v
|
||||
|
||||
/**
|
||||
* @swagger
|
||||
* /api/login/request-otp:
|
||||
* /api/auth/request-otp:
|
||||
* post:
|
||||
* summary: Request OTP for login Admin or Establishment User
|
||||
* tags: [Admin And Establishments User Auth]
|
||||
@ -3077,7 +3077,7 @@ router.get("/manufacturing/getManufacturingMonthlyOverview", [verifySignature, v
|
||||
* 500:
|
||||
* description: Server error
|
||||
*/
|
||||
router.post("/login/request-otp",[verifySignature], establishmentController.requestOTPForLogin);
|
||||
router.post("/auth/request-otp",[verifySignature], establishmentController.requestOTPForLogin);
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user