|
@@ -203,6 +203,7 @@ module.exports = app => {
|
|
app.get('/profile/info', sessionAuth, 'profileController.info');
|
|
app.get('/profile/info', sessionAuth, 'profileController.info');
|
|
app.get('/profile/sms', sessionAuth, 'profileController.sms');
|
|
app.get('/profile/sms', sessionAuth, 'profileController.sms');
|
|
app.get('/profile/sign', sessionAuth, 'profileController.sign');
|
|
app.get('/profile/sign', sessionAuth, 'profileController.sign');
|
|
|
|
+ app.post('/profile/sign/delete', sessionAuth, 'profileController.signDelete');
|
|
app.get('/profile/safe', sessionAuth, 'profileController.safe');
|
|
app.get('/profile/safe', sessionAuth, 'profileController.safe');
|
|
app.post('/profile/save', sessionAuth, 'profileController.saveBase');
|
|
app.post('/profile/save', sessionAuth, 'profileController.saveBase');
|
|
app.post('/profile/password', sessionAuth, 'profileController.modifyPassword');
|
|
app.post('/profile/password', sessionAuth, 'profileController.modifyPassword');
|