express-nodejs-app/src/controller/index.ts

4 lines
95 B
TypeScript
Raw Normal View History

import IndexController from "./index.controller"
export const controllers = [IndexController]