index.ts 191 B

1234
  1. import rootController from 'if/controllers/root.controller.ts';
  2. import notFoundController from 'if/controllers/not-found.controller.ts';
  3. export default [rootController, notFoundController];