update swagger done
This commit is contained in:
@ -22,6 +22,7 @@ export class RoutePrivate {
|
||||
app.put('/api/user/restore/:id', UserController.restore)
|
||||
|
||||
app.get('/api/user_role/list', UserRoleController.list)
|
||||
app.get('/api/user_role/role', UserRoleController.role)
|
||||
app.post('/api/user_role/create', UserRoleController.create)
|
||||
app.put('/api/user_role/update/:id', UserRoleController.update)
|
||||
app.delete('/api/user_role/delete/:id', UserRoleController.delete)
|
||||
|
||||
Reference in New Issue
Block a user