Closes #17
Fixed a critical syntax error in src/routes/users.js introduced in a prior commit attempting to resolve #17.
- Escaped the single quote in the error response message on line 47:
error: "Cannot modify another user's role" - This restores application compilation and confirms the previously added
requireAuthlogic forPATCH /api/users/:id/rolesecurely works as intended.