Skip to content

Instantly share code, notes, and snippets.

@BetterProgramming
Created November 3, 2022 18:50
Show Gist options
  • Save BetterProgramming/42cda05ac822f05c0c05adaf279fbf32 to your computer and use it in GitHub Desktop.
Save BetterProgramming/42cda05ac822f05c0c05adaf279fbf32 to your computer and use it in GitHub Desktop.
[
{
"AllowedHeaders": [
"*"
],
"AllowedMethods": [
"GET",
"PUT",
"POST"
],
"AllowedOrigins": [
"*"
],
"ExposeHeaders": []
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment