feat(sprint3): EconomyModule TetardCoin + TwitchModule EventSub — migration + 36 tests
This commit is contained in:
@@ -10,6 +10,8 @@ import { ItemModule } from './item/item.module';
|
||||
import { MaterialModule } from './material/material.module';
|
||||
import { CraftModule } from './craft/craft.module';
|
||||
import { ForgeModule } from './forge/forge.module';
|
||||
import { EconomyModule } from './economy/economy.module';
|
||||
import { TwitchModule } from './twitch/twitch.module';
|
||||
import { HealthController } from './common/health.controller';
|
||||
|
||||
@Module({
|
||||
@@ -43,6 +45,8 @@ import { HealthController } from './common/health.controller';
|
||||
MaterialModule,
|
||||
CraftModule,
|
||||
ForgeModule,
|
||||
EconomyModule,
|
||||
TwitchModule,
|
||||
],
|
||||
controllers: [HealthController],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user