update: update request-auth endpoint route
This commit is contained in:
parent
1493a2512c
commit
d7fe710690
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ import authController from '../controllers/auth.controller.js';
|
|||
const authRouter = express.Router();
|
||||
|
||||
authRouter.post(
|
||||
'/request-auth',
|
||||
'/auth/request-auth',
|
||||
middleware.expressValidator(requestAuthBodyValidator),
|
||||
authController.requestAuth.bind(authController),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue