LibreChat/api/server/routes/admin
Dustin Healy f947546fea fix: rename createRole/deleteRole to avoid AccessRole name collision
The existing accessRole.ts already exports createRole/deleteRole for the
AccessRole model. In createMethods index.ts, these are spread after
roleMethods, overwriting them. Renamed our Role methods to
createRoleByName/deleteRoleByName to match the existing pattern
(getRoleByName, updateRoleByName) and avoid the collision.
2026-03-26 14:50:27 -07:00
..
auth.js ⚗️ feat: Agent Context Compaction/Summarization (#12287) 2026-03-21 14:28:56 -04:00
config.js 🧵 feat: ALS Context Middleware, Tenant Threading, and Config Cache Invalidation (#12407) 2026-03-26 17:35:00 -04:00
groups.js 👥 feat: Admin Groups API Endpoints (#12387) 2026-03-26 17:36:18 -04:00
roles.js fix: rename createRole/deleteRole to avoid AccessRole name collision 2026-03-26 14:50:27 -07:00