Skip to content

Instantly share code, notes, and snippets.

@biomathcode
Created April 13, 2021 18:51
Show Gist options
  • Save biomathcode/cb3f8aaec79185018c859b333cb6523b to your computer and use it in GitHub Desktop.
Save biomathcode/cb3f8aaec79185018c859b333cb6523b to your computer and use it in GitHub Desktop.
[
{
"AllowedHeaders": [
"*"
],
"AllowedMethods": [
"GET",
"HEAD"
],
"AllowedOrigins": [
"*"
],
"ExposeHeaders": [],
"MaxAgeSeconds": 3000
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment