Add junk-drawer history by IP
This commit is contained in:
@@ -2,9 +2,10 @@ import { Module } from '@nestjs/common';
|
||||
import { ParkioService } from './parkio.service';
|
||||
import { ParkioController } from './parkio.controller';
|
||||
import { IswordService } from 'src/isword/isword.service';
|
||||
import { CacheModule } from '@nestjs/cache-manager';
|
||||
|
||||
@Module({
|
||||
providers: [ParkioService, IswordService],
|
||||
controllers: [ParkioController]
|
||||
controllers: [ParkioController],
|
||||
})
|
||||
export class ParkioModule {}
|
||||
|
Reference in New Issue
Block a user