add Ep receipt
This commit is contained in:
@@ -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 {}
|
||||
|
||||
Reference in New Issue
Block a user