index.ts 149 Bytes
Newer Older
1
2
export * as userCtrl from "./user.controller";
export * as authCtrl from "./auth.controller";
Jiwon Yoon's avatar
Jiwon Yoon committed
3
export * as questionCtrl from "./question.controller";