You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: resolve 405 Method Not Allowed errors in user management API calls
- Fixed changeUserRole: changed PATCH to PUT to match backend endpoint
- Fixed toggleUserStatus: changed PATCH to PUT to match backend endpoint
- Backend uses HttpPut for both endpoints, frontend was using wrong methods
- Now all user management operations should work without 405 errors
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments