forked from xiangwang25/whale-town-end-v2
Revert "feat: deploy adventure wallet progression"
This reverts commit 37c97708e3.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { Module } from '@nestjs/common';
|
||||
import { AdventureService } from './adventure.service';
|
||||
import { AuthModule } from '../auth/auth.module';
|
||||
import { LoginCoreModule } from '../../core/login_core/login_core.module';
|
||||
import { InventoryController } from './inventory.controller';
|
||||
@@ -11,7 +10,7 @@ import { PlayerStateService } from './player_state.service';
|
||||
@Module({
|
||||
imports: [AuthModule, LoginCoreModule],
|
||||
controllers: [PlayerController, InventoryController],
|
||||
providers: [EconomyService, InventoryService, PlayerStateService, AdventureService],
|
||||
providers: [EconomyService, InventoryService, PlayerStateService],
|
||||
exports: [EconomyService, InventoryService, PlayerStateService],
|
||||
})
|
||||
export class PlayerModule {}
|
||||
|
||||
Reference in New Issue
Block a user