feat: implement geocoding evaluation scripts and enhance routing service with traffic-aware path processing
This commit is contained in:
@@ -19,6 +19,7 @@ import { MapRefinementService } from './map-refinement.service';
|
||||
import { MapRefinementController } from './map-refinement.controller';
|
||||
import { CacheModule } from '@nestjs/cache-manager';
|
||||
import * as redisStore from 'cache-manager-redis-store';
|
||||
import { IndexRefreshService } from './index-refresh.service';
|
||||
|
||||
@Module({
|
||||
imports: [
|
||||
@@ -47,7 +48,8 @@ import * as redisStore from 'cache-manager-redis-store';
|
||||
AdminBoundariesService,
|
||||
JordanResearchService,
|
||||
AdministrativeLinkingService,
|
||||
MapRefinementService
|
||||
MapRefinementService,
|
||||
IndexRefreshService
|
||||
],
|
||||
exports: [GeocodingService, MapRefinementService],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user