Skip to content

Commit ea8337f

Browse files
committed
feature: cache instance 랑 index 대신 src config 활용
1 parent 0e91a61 commit ea8337f

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import logger from '@/configs/logger.config';
22

3-
import { ICache, CacheConfig } from './cache.type';
4-
import { RedisCache } from "./redis.cache";
3+
import { ICache, CacheConfig } from '@/modules/cache/cache.type';
4+
import { RedisCache } from '@/modules/cache/redis.cache';
55

66

77
const cacheConfig: CacheConfig = {

src/modules/cache/index.ts

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)