Browse Source

remove unused file

Richard Köhl 2 years ago
parent
commit
27a1de1369
1 changed files with 0 additions and 7 deletions
  1. 0 7
      src/interfaces/controllers/errors/notfound.controller.ts

+ 0 - 7
src/interfaces/controllers/errors/notfound.controller.ts

@@ -1,7 +0,0 @@
-import { HTTPStatus } from 'deps';
-
-import Controller from 'if/controllers/controller.class.ts';
-
-export default new Controller('*', '*', (req: Request) => {
-  return Controller.response(req, 'not found', { status: HTTPStatus.NotFound });
-});