Documentation Index
Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
Use this file to discover all available pages before exploring further.
final class atoti.CorsConfig
The CORS config.allowed_origins : Sequence[str] = (’*’,)
The allowed origins for CORS requests. Allowed elements are:- The
"*"special value for all origins. - A specific domain such as
"https://example.org".