Problem
Three fully implemented NestJS modules exist but are not imported in apps/api/src/app.module.ts:
SearchModule → /search returns 404
TokensModule → /tokens unreachable; TokenEnrichmentService.onModuleInit() never starts
StatsModule → StatsWorker and StatsScheduler never run; pool TVL/volume24h/feeApr stay stale
Acceptance criteria
Files
apps/api/src/app.module.ts
Problem
Three fully implemented NestJS modules exist but are not imported in
apps/api/src/app.module.ts:SearchModule→/searchreturns 404TokensModule→/tokensunreachable;TokenEnrichmentService.onModuleInit()never startsStatsModule→StatsWorkerandStatsSchedulernever run; pool TVL/volume24h/feeApr stay staleAcceptance criteria
SearchModule,TokensModule, andStatsModuleinAppModuleGET /search?q=USDCreturns search resultsGET /tokensreturns enriched token metadataStatsSchedulerFiles
apps/api/src/app.module.ts