diff --git a/src/app.module.ts b/src/app.module.ts
index 2c2773b3c7a80e6e20b316dd2a753e32b310a49a..f2c7b7765304436488bbadb3fdfce4fbdc1fbd9a 100644
--- a/src/app.module.ts
+++ b/src/app.module.ts
@@ -18,6 +18,7 @@ import { UserModule } from './user/user.module';
 import { DrawModule } from './draw/draw.module';
 import { FactionModule } from './faction/faction.module';
 import { GameModule } from './game/game.module';
+import { ScoreModule } from './score/score.module';
 
 @Module({
   imports: [
@@ -29,6 +30,7 @@ import { GameModule } from './game/game.module';
     DrawModule,
     FactionModule,
     TrackingModule,
+    ScoreModule,
   ],
   controllers: [AppController],
   providers: [