Some refactoring.

This commit is contained in:
2022-09-07 10:51:58 +02:00
parent 37585ff9c4
commit 9e76c140e4
11 changed files with 7 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
import { NestFactory } from '@nestjs/core';
import { AppModule } from './app.module';
import supertokens from 'supertokens-node';
import { SupertokensExceptionFilter } from './auth/auth.filter';
import { SupertokensExceptionFilter } from './auth/filters/auth.filter';
async function bootstrap() {
const app = await NestFactory.create(AppModule);