Browse Source

Link to "Background Tasks" in "Middleware"

pull/13444/head
Rishat Fayzullin 1 month ago
parent
commit
5952203c53
  1. 2
      docs/en/docs/tutorial/middleware.md

2
docs/en/docs/tutorial/middleware.md

@ -15,7 +15,7 @@ A "middleware" is a function that works with every **request** before it is proc
If you have dependencies with `yield`, the exit code will run *after* the middleware.
If there were any background tasks (documented later), they will run *after* all the middleware.
If there were any [Background Tasks](background-tasks.md){.internal-link target=_blank}, they will run *after* all the middleware.
///

Loading…
Cancel
Save