mirror of
https://github.com/fastapi/fastapi.git
synced 2026-02-25 19:29:45 -05:00
✏️ Fix typos in docs, from forms (#176)
This commit is contained in:
committed by
Sebastián Ramírez
parent
f4be79be51
commit
866af5bca6
@@ -34,7 +34,7 @@ So, for everything to work correctly, it's better to specify explicitly the allo
|
||||
|
||||
You can configure it in your **FastAPI** application using Starlette's <a href="https://www.starlette.io/middleware/#corsmiddleware" target="_blank">`CORSMiddleware`</a>.
|
||||
|
||||
* Import it form Starlette.
|
||||
* Import it from Starlette.
|
||||
* Create a list of allowed origins (as strings).
|
||||
* Add it as a "middleware" to your **FastAPI** application.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user