Teamlinker/code/server/gateway/util/util.ts
sx1989827 8909ffb076 add
2021-07-30 22:41:41 +08:00

5 lines
148 B
TypeScript

import { CacheService } from './../cache/service';
export async function init() {
let cacheService=new CacheService()
cacheService.start()
}