19 lines
340 B
JSON
19 lines
340 B
JSON
{
|
|
"CORSRules": [
|
|
{
|
|
"AllowedHeaders": [
|
|
"*"
|
|
],
|
|
"AllowedMethods": [
|
|
"PUT",
|
|
"POST",
|
|
"GET",
|
|
"HEAD"
|
|
],
|
|
"AllowedOrigins": [
|
|
"http://localhost:3000"
|
|
],
|
|
"ExposeHeaders": []
|
|
}
|
|
]
|
|
} |