Middleware after Endpoint #1413
-
I want to add a Middleware after Endpoints to log specific results. I definetly don't want to modify the existing code except for the decorators. Now, what I understand from previous Issues that The documentation https://tsed.io/docs/middlewares.html#call-sequences is quite irritating for me. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
@KBroichhausen you can use Interceptor instead of a middleware ;) |
Beta Was this translation helpful? Give feedback.
@KBroichhausen you can use Interceptor instead of a middleware ;)