注释掉加载全局的不完善的自定义错误处理方法
This commit is contained in:
parent
83943ece43
commit
2566b3375e
|
@ -4,7 +4,7 @@ import { DemoFilter } from './core/filters/demo.filter'
|
||||||
|
|
||||||
async function bootstrap() {
|
async function bootstrap() {
|
||||||
const app = await NestFactory.create(AppModule);
|
const app = await NestFactory.create(AppModule);
|
||||||
app.useGlobalFilters(new DemoFilter());
|
// app.useGlobalFilters(new DemoFilter());
|
||||||
await app.listen(3000);
|
await app.listen(3000);
|
||||||
}
|
}
|
||||||
bootstrap();
|
bootstrap();
|
||||||
|
|
Loading…
Reference in New Issue