cache lrt category id to db

This commit is contained in:
Jurgis Sakalauskas
2022-12-08 15:34:49 +02:00
parent e1fe99c72f
commit a7b53752e6
9 changed files with 2177 additions and 123 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { Test, TestingModule } from '@nestjs/testing';
import { INestApplication } from '@nestjs/common';
import * as request from 'supertest';
import { AppModule } from './../src/app.module';
import { AppModule } from '../src/app.module';
describe('AppController (e2e)', () => {
let app: INestApplication;