index.ts 296 Bytes
Newer Older
Yoon, Daeki's avatar
Yoon, Daeki committed
1
export * as authCtrl from "./auth.controller";
Lee Soobeom's avatar
Lee Soobeom committed
2
3
export * as fileInfoCtrl from "./fileinfo.controller";
export * as mainimgCtrl from "./mainimg.controller";
Kim, MinGyu's avatar
Kim, MinGyu committed
4
export * as postCtrl from "./post.controller";
Yoon, Daeki's avatar
Yoon, Daeki committed
5
6
export * as roleCtrl from "./role.controller";
export * as userCtrl from "./user.controller";