chore: add 2fa
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ async function bootstrap() {
|
||||
|
||||
app.useGlobalInterceptors(new ResponseInterceptor(), new PaginationInterceptor());
|
||||
|
||||
app.useGlobalFilters(new MailServerExceptionFilter(), new HttpExceptionFilter());
|
||||
app.useGlobalFilters(new HttpExceptionFilter(), new MailServerExceptionFilter());
|
||||
|
||||
app.enableCors({
|
||||
origin: true,
|
||||
|
||||
Reference in New Issue
Block a user