types.CORSConfig
allowed_originsstring[]
AllowedOrigins is a list of origins that are allowed to make cross-origin requests. Use exact origins like "https://cloud.expanso.io" or patterns like "https://localhost:*" to match any port on localhost.
types.CORSConfig
{
"allowed_origins": [
"string"
]
}