feat: Implement role management API endpoints
Some checks are pending
Docker Test / test (push) Waiting to run
Some checks are pending
Docker Test / test (push) Waiting to run
This commit is contained in:
parent
1f3e567d3a
commit
fddbb167c2
6 changed files with 355 additions and 35 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue