add Ep receipt

This commit is contained in:
2025-09-19 17:15:05 -06:00
parent 2f1b0cc76b
commit 0a27caf7ed
24 changed files with 160 additions and 148 deletions
+3 -4
View File
@@ -21,11 +21,10 @@ import { JwtStrategy } from './jwt.strategy';
signOptions: { expiresIn: '1h' },
};
},
}),
],
controllers: [UserController],
providers: [UserService,JwtStrategy],
exports: [UserService],
providers: [UserService, JwtStrategy],
exports: [UserService,PassportModule,JwtModule],
})
export class UserModule { }
export class UserModule {}