Skip to content
Snippets Groups Projects

Development to testing

Merged Ghost User requested to merge Development into testing
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
+ 4
0
@@ -16,6 +16,7 @@ import { NotificationModule } from '../notifications/notifications.module';
import { TickService } from './tick.service';
import { ScoreService } from '../score/score.service';
import { ScoreEntity } from '../score/score.entity';
import { MulterModule } from '@nestjs/platform-express';
/////////////////////////////////////////////////////////////////////
/// Game ///
@@ -34,6 +35,9 @@ import { ScoreEntity } from '../score/score.entity';
ScoreEntity,
]),
NotificationModule,
MulterModule.register({
dest: './images',
}),
],
controllers: [GameController],
providers: [GameService, TickService, ScoreService],
Loading