fix(#12): Implement structured logging for API errors and security events
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
f860f47018
commit
32480438c7
2 changed files with 26 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ import reviewRoutes from './routes/reviews.js';
|
|||
import addressRoutes from './routes/addresses.js';
|
||||
import contactRoutes from './routes/contacts.js';
|
||||
import profileRoutes from './routes/profile.js';
|
||||
import logger from './middleware/logger.js';
|
||||
|
||||
dotenv.config();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue