comfyui-deploy/web/aws/cors-config.json

15 lines
250 B
JSON

{
"CORSRules": [
{
"AllowedHeaders": [
"*"
],
"AllowedMethods": [
"PUT"
],
"AllowedOrigins": [
"*"
]
}
]
}