feat: working on money requests jounrey

This commit is contained in:
Abdalhamid Alhamad
2024-12-18 12:57:23 +03:00
parent 33453b193f
commit ed57ce6e91
23 changed files with 465 additions and 2 deletions

View File

@ -15,6 +15,6 @@ import { JuniorService, JuniorTokenService, QrcodeService } from './services';
forwardRef(() => AuthModule),
CustomerModule,
],
exports: [JuniorTokenService],
exports: [JuniorTokenService, JuniorService],
})
export class JuniorModule {}