Skip to content

Commit c6719d5

Browse files
Update content/faq/request-lifecycle.md
1 parent 75c812b commit c6719d5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

content/faq/request-lifecycle.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,3 @@ In general, the request lifecycle looks like the following:
8686
18. Global interceptor (post-request)
8787
19. Exception filters (route, then controller, then global)
8888
20. Server response
89-
90-
#### Global Filters
91-
92-
> info **Hint** When using a Catch-Everything filter as a global filter, it should be configured before any other global specific filters, otherwise the Cach-Everything filter will catch all types regardless of a more targetted filter existing. See [ISSUE-9696](https://github.com/nestjs/nest/issues/9696) for details.
93-
94-

0 commit comments

Comments
 (0)