ajout de userstats pour la bdd
This commit is contained in:
@@ -6,9 +6,10 @@ import { TypeOrmModule } from '@nestjs/typeorm';
|
||||
import { Friendship } from '../friendship/entities/friendship.entity';
|
||||
import { AuthenticationService } from 'src/auth/42/authentication.service';
|
||||
import { AuthenticationModule } from 'src/auth/42/authentication.module';
|
||||
import { UserStats } from './entities/userStat.entities';
|
||||
|
||||
@Module({
|
||||
imports: [TypeOrmModule.forFeature([User, Friendship,])],
|
||||
imports: [TypeOrmModule.forFeature([User, Friendship, UserStats])],
|
||||
providers: [UsersService],
|
||||
exports: [UsersService],
|
||||
controllers: [UsersController],
|
||||
|
||||
Reference in New Issue
Block a user