Add junk drawer

This commit is contained in:
2024-10-01 16:57:19 -06:00
parent 7fae07b3c3
commit e021be16a3
10 changed files with 311 additions and 0 deletions

View File

@@ -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: [