feat: Implement role management API endpoints
Some checks are pending
Docker Test / test (push) Waiting to run

This commit is contained in:
BibaBot Jarvis 2026-03-16 05:07:56 +00:00
parent 1f3e567d3a
commit fddbb167c2
6 changed files with 355 additions and 35 deletions

View file

@ -16,7 +16,7 @@ app.use(auditLogger);
// Routes
app.use('/auth', authRoutes);
app.use('/roles', rolesRoutes);
app.use('/api/users', rolesRoutes);
// Health check endpoint
app.get('/health', (req, res) => {