feat : customer can set User Name
feat : customer can update username. wip : update the SMS template for user name.
This commit is contained in:
@@ -12,6 +12,8 @@ router.post('/login_password', authenticate, authController.setLoginPassword);
|
||||
router.post('/transaction_password',authenticate,authController.setTransactionPassword);
|
||||
router.post('/change/login_password',authenticate,authController.changeLoginPassword);
|
||||
router.post('/change/transaction_password',authenticate,authController.changeTransPassword);
|
||||
router.get('/user_name',authenticate,authController.isUserNameExits);
|
||||
router.post('/user_name',authenticate,authController.setUserName);
|
||||
|
||||
|
||||
module.exports = router;
|
||||
|
||||
Reference in New Issue
Block a user