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