File tree Expand file tree Collapse file tree 2 files changed +0
-30
lines changed Expand file tree Collapse file tree 2 files changed +0
-30
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ import { ToolsModule } from './mcp/tools/tools.module';
1111import { GlobalProvidersModule } from './shared/global/globalProviders.module' ;
1212import { ResourcesModule } from './mcp/resources/resources.module' ;
1313import { randomUUID } from 'crypto' ;
14- import { TimingInterceptorMiddleware } from './shared/global/timingInterceptor' ;
1514import { AgentModule } from './agent/agent.module' ;
1615import { MongooseModule } from '@nestjs/mongoose' ;
1716import { ENV_CONFIG } from './config' ;
@@ -52,9 +51,5 @@ export class AppModule implements NestModule {
5251 . apply ( TokenValidatorMiddleware )
5352 . exclude ( { path : 'agent/*path' , method : RequestMethod . ALL } )
5453 . forRoutes ( '*' ) ;
55- consumer
56- . apply ( TimingInterceptorMiddleware )
57- . exclude ( { path : 'agent/*path' , method : RequestMethod . ALL } )
58- . forRoutes ( '*' ) ;
5954 }
6055}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments