index.ts 140 Bytes
Newer Older
Yoon, Daeki's avatar
Yoon, Daeki committed
1
2
export * as userCtrl from "./user.controller";
export * as authCtrl from "./auth.controller";
Lee Soobeom's avatar
Lee Soobeom committed
3
export * as postCtrl from "./post.controller";