mirror of
https://github.com/fastapi/fastapi.git
synced 2026-07-20 11:53:22 -04:00
✏ Fix typo in sub-applications (#1578)
This commit is contained in:
committed by
GitHub
parent
b84d082005
commit
25bc33350d
@@ -4,7 +4,7 @@ If you need to have two independent FastAPI applications, with their own indepen
|
||||
|
||||
## Mounting a **FastAPI** application
|
||||
|
||||
"Mounting" means adding a completely "independent" application in a specific path, that then takes care of handling all everything under that path, with the _path operations_ declared in that sub-application.
|
||||
"Mounting" means adding a completely "independent" application in a specific path, that then takes care of handling everything under that path, with the _path operations_ declared in that sub-application.
|
||||
|
||||
### Top-level application
|
||||
|
||||
|
||||
Reference in New Issue
Block a user