update profile and password
This commit is contained in:
@ -16,8 +16,8 @@ export class RoutePrivate {
|
||||
app.get('/api/user/list', UserController.list)
|
||||
app.post('/api/user/create', UserController.create)
|
||||
app.put('/api/user/update/:id', UserController.update)
|
||||
app.put('/api/user/update_profile/:id', UserController.updateProfile)
|
||||
app.put('/api/user/update_password/:id', UserController.updatePassword)
|
||||
app.put('/api/user/update_profile', UserController.updateProfile)
|
||||
app.put('/api/user/update_password', UserController.updatePassword)
|
||||
app.delete('/api/user/delete/:id', UserController.delete)
|
||||
app.put('/api/user/restore/:id', UserController.restore)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user