mirror of https://github.com/tiangolo/fastapi.git
✏️ Update highlighted line in `docs/en/docs/tutorial/bigger-applications.md` (#5490)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com> Co-authored-by: Alejandra <90076947+alejsdev@users.noreply.github.com>
This commit is contained in:
parent
cbcd3fe863
commit
d192ddacec
|
|
@ -315,7 +315,7 @@ And we can even declare [global dependencies](dependencies/global-dependencies.m
|
||||||
|
|
||||||
Now we import the other submodules that have `APIRouter`s:
|
Now we import the other submodules that have `APIRouter`s:
|
||||||
|
|
||||||
```Python hl_lines="5" title="app/main.py"
|
```Python hl_lines="4-5" title="app/main.py"
|
||||||
{!../../../docs_src/bigger_applications/app/main.py!}
|
{!../../../docs_src/bigger_applications/app/main.py!}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue