index.ts 240 Bytes
Newer Older
Yoon, Daeki's avatar
Yoon, Daeki committed
1
export * as authCtrl from "./auth.controller";
Kim, MinGyu's avatar
Kim, MinGyu committed
2
export * as postCtrl from "./post.controller";
Yoon, Daeki's avatar
Yoon, Daeki committed
3
4
export * as roleCtrl from "./role.controller";
export * as userCtrl from "./user.controller";
백승민's avatar
백승민 committed
5
export * as mainimgCtrl from "./mainimg.controller";