Add junk drawer
This commit is contained in:
@@ -27,6 +27,7 @@ import { JobsModule } from './jobs/jobs.module';
|
||||
import { RedisModule, RedisModuleOptions } from '@liaoliaots/nestjs-redis';
|
||||
import { AdsbExchangeModule } from './adsb-exchange/adsb-exchange.module';
|
||||
import { APP_INTERCEPTOR } from '@nestjs/core';
|
||||
import { JunkDrawerModule } from './junk-drawer/junk-drawer.module';
|
||||
|
||||
@Module({
|
||||
imports: [
|
||||
@@ -100,6 +101,7 @@ import { APP_INTERCEPTOR } from '@nestjs/core';
|
||||
FocoCoffeeModule,
|
||||
JobsModule,
|
||||
AdsbExchangeModule,
|
||||
JunkDrawerModule,
|
||||
],
|
||||
controllers: [AppController],
|
||||
providers: [
|
||||
|
Reference in New Issue
Block a user