diff options
| -rw-r--r-- | src/config/notFoundHandler.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/notFoundHandler.ts b/src/config/notFoundHandler.ts index 8fb11d6..a372e8e 100644 --- a/src/config/notFoundHandler.ts +++ b/src/config/notFoundHandler.ts @@ -1,4 +1,4 @@ -import { RequestHandler } from "express"; +import type { RequestHandler } from "express"; import createHttpError from "http-errors"; const notFoundHandler: RequestHandler = (req, res, next) => { |
