Skip to content

V6 switch#18

Merged
kkartunov merged 2 commits into
masterfrom
dev
Nov 14, 2025
Merged

V6 switch#18
kkartunov merged 2 commits into
masterfrom
dev

Conversation

@kkartunov

Copy link
Copy Markdown
Contributor

No description provided.

Comment thread src/app.module.ts
consumer.apply(TokenValidatorMiddleware).forRoutes('*');
consumer.apply(TimingInterceptorMiddleware).forRoutes('*');
}
}

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[⚠️ performance]
The removal of TimingInterceptorMiddleware could impact performance monitoring if this middleware was responsible for logging or measuring request durations. Ensure that this functionality is either no longer needed or is handled elsewhere.

@kkartunov kkartunov merged commit 270be6f into master Nov 14, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant