mirror of
https://github.com/Kevsl/crypto-exchange-api.git
synced 2025-07-09 06:00:12 +02:00
added users assets visualization
This commit is contained in:
parent
5b2056295f
commit
312115142e
@ -9,6 +9,7 @@ import { PromoCodeModule } from './promoCode/promoCode.module';
|
|||||||
import { CryptoModule } from './crypto/crypto.module';
|
import { CryptoModule } from './crypto/crypto.module';
|
||||||
import { TradeModule } from './trade/trade.module';
|
import { TradeModule } from './trade/trade.module';
|
||||||
import { OfferModule } from './offer/offer.module';
|
import { OfferModule } from './offer/offer.module';
|
||||||
|
import { UserModule } from './user/user.module';
|
||||||
|
|
||||||
@Module({
|
@Module({
|
||||||
imports: [
|
imports: [
|
||||||
@ -22,6 +23,7 @@ import { OfferModule } from './offer/offer.module';
|
|||||||
CryptoModule,
|
CryptoModule,
|
||||||
TradeModule,
|
TradeModule,
|
||||||
OfferModule,
|
OfferModule,
|
||||||
|
UserModule,
|
||||||
],
|
],
|
||||||
controllers: [AppController],
|
controllers: [AppController],
|
||||||
providers: [AppService],
|
providers: [AppService],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user