|
router.route('/updateUserData').all((req, res, next) => {
|
|
router.route('/updateUserData').all((req, res, next) => {
|
|
let date = today.getFullYear() + '-' + (today.getMonth() + 1).toString().padStart(2, '0') + '-' + today.getDate().toString().padStart(2, '0');
|
|
let date = today.getFullYear() + '-' + (today.getMonth() + 1).toString().padStart(2, '0') + '-' + today.getDate().toString().padStart(2, '0');
|