feat: Add Intaleq Native Android Kotlin & iOS Swift SDKs, Incline slope routing, Topographic contours and modular tactical app
This commit is contained in:
@@ -1,10 +1,15 @@
|
||||
import { Module } from '@nestjs/common';
|
||||
import { TypeOrmModule } from '@nestjs/typeorm';
|
||||
import { TacticalController } from './tactical.controller';
|
||||
import { TacticalService } from './tactical.service';
|
||||
import { RedisModule } from '../common/redis.module';
|
||||
import { PlaceJordan } from '../geocoding/entities/place-jordan.entity';
|
||||
|
||||
@Module({
|
||||
imports: [RedisModule],
|
||||
imports: [
|
||||
RedisModule,
|
||||
TypeOrmModule.forFeature([PlaceJordan]),
|
||||
],
|
||||
controllers: [TacticalController],
|
||||
providers: [TacticalService],
|
||||
exports: [TacticalService],
|
||||
|
||||
Reference in New Issue
Block a user