谭九鼎
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
docs/en/docs/tutorial/bigger-applications.md
|
|
@ -83,7 +83,7 @@ All the same parameters, responses, dependencies, tags, etc. |
|
|
|
!!! tip |
|
|
|
In this example, the variable is called `router`, but you can name it however you want. |
|
|
|
|
|
|
|
We are going to include this `APIrouter` in the main `FastAPI` app, but first, let's add another `APIRouter`. |
|
|
|
We are going to include this `APIRouter` in the main `FastAPI` app, but first, let's add another `APIRouter`. |
|
|
|
|
|
|
|
## Another module with `APIRouter` |
|
|
|
|
|
|
|