Moved from CJS to ESM + small improvements like logging
This commit is contained in:
parent
61df35a271
commit
c57160e05d
16 changed files with 512 additions and 488 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { Request, Response, NextFunction } from 'express';
|
||||
|
||||
import { ErrorController } from '../controllers/ErrorController';
|
||||
import { ErrorController } from '../controllers/ErrorController.js';
|
||||
|
||||
/**
|
||||
* Class decorator to create custom error handling for the app.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue