7a8a46ee64f64b601c9a765bab2d26be63ff4a98
- Fix getAllRole endpoint from roles/roles to roles - Fix getRoleById endpoint from roles/roles/:id to roles/:id - Fix createRole endpoint from roles/roles to roles - Fix updateRole endpoint from roles/roles/:id to roles/:id - Fix deleteRole endpoint from roles/roles/:id to roles/:id - Add try-catch error handling in getAllRole - Support both server-side and client-side pagination This fixes SQL error: Conversion failed when converting the nvarchar value 'roles' to data type int Backend was interpreting duplicate /roles as an ID parameter
touch README.md git init git checkout -b main git add README.md git commit -m "first commit" git remote add origin https://gitea.idetama.id/yogiedigital/cod-fe.git git push -u origin main
Description
Languages
JavaScript
99.4%
CSS
0.5%