index.ts 94 Bytes
Newer Older
1
2
export * as userCtrl from "./user.controller";
export * as authCtrl from "./auth.controller";