Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The Starlette app with setting cors=true enables all origins, but only permits requests with the GET method. The CORSMiddleware for Starlette requires specifying `allow_methods=['*']` to enable all common request methods.
- Loading branch information