Petar Marić
11 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
fastapi/applications.py
|
|
@ -902,7 +902,7 @@ class FastAPI(Starlette): |
|
|
|
A state object for the application. This is the same object for the |
|
|
|
entire application, it doesn't change from request to request. |
|
|
|
|
|
|
|
You normally woudln't use this in FastAPI, for most of the cases you |
|
|
|
You normally wouldn't use this in FastAPI, for most of the cases you |
|
|
|
would instead use FastAPI dependencies. |
|
|
|
|
|
|
|
This is simply inherited from Starlette. |
|
|
|