update roles

This commit is contained in:
2024-11-30 23:15:03 +07:00
parent 332993cda3
commit 5a3c355a5f
3 changed files with 4 additions and 2 deletions

View File

@ -24,7 +24,7 @@ export class RoutePrivate {
app.get('/api/user_role/list', UserRoleController.list)
app.get('/api/user_role/export', UserRoleController.export)
app.get('/api/user_role/role', UserRoleController.role)
// 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)