Skip to content

Instantly share code, notes, and snippets.

@brunomichetti
Created July 11, 2022 17:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brunomichetti/7aee887ea62abde16f669a8d4bc8a387 to your computer and use it in GitHub Desktop.
Save brunomichetti/7aee887ea62abde16f669a8d4bc8a387 to your computer and use it in GitHub Desktop.
[
{
"AllowedHeaders": [
"*"
],
"AllowedMethods": [
"GET",
"HEAD",
"PUT",
"POST",
"DELETE"
],
"AllowedOrigins": [
"*"
],
"ExposeHeaders": [
"ETag"
],
"MaxAgeSeconds": 3000
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment