mirror of
https://github.com/fastapi/fastapi.git
synced 2026-03-10 10:58:14 -04:00
Update max_age documentation from 60 to the actual default value of 600. https://github.com/encode/starlette/blob/master/starlette/middleware/cors.py#L23 Related PR https://github.com/encode/starlette/pull/909