refactor : add concept module

This commit is contained in:
2024-12-31 14:16:10 +01:00
parent d968f7b7e6
commit 0500415252
19 changed files with 115 additions and 65 deletions
+1 -1
View File
@@ -9,12 +9,12 @@ import { Game } from './games/entities/game.entity';
import { Topic } from './word/entities/topic.entity';
import { Word } from './word/entities/word.entity';
import { Player } from './games/entities/player.entity';
import { Concept } from './games/entities/concept.entity';
import { ConceptInTurn } from './games/entities/concept_in_turn.entity';
import { ConfigService } from '@nestjs/config';
import { WordModule } from './word/words.module';
import { Message } from './games/entities/message.entity';
import { LobbyModule } from './lobby/lobby.module';
import { Concept } from './concept/entities/concept.entity';
const configService = new ConfigService();